| Thread | Last Post | Replies |
|
| WM_HELP message and ActiveX control | 01 Jun 2006 14:30 GMT | 1 |
My MFC app has dialogs that handle the WM_HELP message. Each dialog has its own context-help string that opens a corresponding page in an HTML Help file. It all works fine - execpt if the currently active dialog has an MSFlexGrid control which has focus (any other child control
|
| Runtime crash in a destructor | 01 Jun 2006 08:16 GMT | 6 |
We are migrating a product from vc6 to vs.net 2003, when we run the app it crashes pointing to a c++ class destructor, we didnot make any code changes during the migration. Can anybody help me giving some pointers on what could be the possible reason?
|
| Problems sending mouse inputs using SendInput | 01 Jun 2006 05:07 GMT | 1 |
I am facing problems in sending mouse clicks via SendInput API. Mouse clicks are being sent but at the X,Y co-ordinates. I am mapping my monitor to the (0,0,65535,65535) virtual monitor as needed by the SendInput. But the mouse clicks are always reported at
|
| Release version crash!!! Only changed a declaration | 01 Jun 2006 04:43 GMT | 3 |
My source code declared two types of string, static char* str = "hello, world"; static char str1[] = "hello, world"; The only difference between them is the memory allocation while
|