I am writing the dll in Qt Creator using Qt. The application that loading the dll is also a Qt application. Because I dont have access to WinMain or DllMain function, I am confused how to set CS_DBLCLKS style in a Qt application.

Sorry for not making myself clear before.