When I filter all keystrokes on a French keyboard, the Accent keys no longer work.
Im using the SetWindowsHookEx(WH_KEYBOARD_LL, MyKeyboardProc, hInst, 0); to install the low-level keyboard hoo...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_23453780.html
Hi,
i have a thread that posts a refresh message to the main thread.
the refresh process takes some seconds, but the event to enable posting this message, could be triggered much faster.
Therefo...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_23501652.html
I am trying to display a bitmap image which is 24 bit color, but my display is 256 (8bpp) color. When I display the picture using Windows Picture and Fax Viewer it displays very clear, but when I t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23677321.html
Hello,
I'm trying to give color to a static text. Code is hereby attached.
err = 87, which means parameter is incorrect.
What is the problem?
Thanks!
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23241064.ht...
I am developing an application (win32 native api, C C++) with a bitmap background and edit boxes, buttons, treeviews etc. The default background of all such widgets is white, and the bitmap backgr...
http://www.experts-exchange.com/Microsoft/Development/Q_23846022.html
Hello All,
I need to create a modal dialog box using win32 APIs that must have background from bitmap/jpeg file. I shall be creating the dialog layout using resource manager in visual studio. Als...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_23529217.html
I wish to programmatically remove the SE_DEBUG_NAME privilege from the currently logged-on users token. My app is a security program running as a service and I do NOT want users to terminate my ap...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23037065.html
Hi,
In the dialog proc belonging to a property sheet page. i'm trying to catch a keypress event (a WM_CHAR or WM_KEYDOWN message or something). Microsoft documentation states that keypress message...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23908882.ht...
I'm a newbie win32 developer who's implemented a global hook for WM_ACTIVATEAPP. The MS documentation led me to believe that this notification is dispatched once each to the application being activ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23415574.html
I am trying to get messages to my WinProc during an external file drag. I have used Spy++ and noticed that during an external drag there are NO messages coming through. Is this correct? Specific...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23648306.html