since it is a custom combobox control, I am not getting the notification message in the wndproc.
Virendra_ec10
Posts
-
wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7 -
wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7we are not able to reproduce the issue using windebug. The debugger is not breaking. Could you please suggest what can be the possible reason, because after attaching the process to debugger the issue is not reproducible.
-
calling a user32.lib method in c++ application gives Linker errorHello All, I am trying to call the DisableProcessWindowsGhosting() method defined in user32.lib. But, it is giving linker error: [exec] dobjedit.obj : error LNK2001: unresolved external symbol __imp__DisableProcessWindowsGhosting@0. The library is included and linked in the project. Can anyone please suggest the solution. Thanks in advance.
-
wait for more than 5 seconds on a custom combobox dropdown list control causes win32 C++ application hangs in Windows7I have a win32 application in that on EditMolecule Dialog there are three tab controls.First tab control opens atom dialog. On atom dialog, there is a custom combobox control, while user clicks on the dropdownlist of this control and waits for more than 5 seconds(in Windows7),the EditMolecule window becomes nonresponsive. The same application works well in windows xp. Can anyone please suggest the solution to this problem. Thanks in advance.