Advertisement

1 - 10 of 10 containing alltags:("Win32, c  ") (0.001 seconds)
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...
Zones: Windows ProgrammingDate Answered: 06/04/2008 Grade: A Views: 23
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...
Zones: Windows Programming, C, C++Date Answered: 06/25/2008 Grade: B Views: 0
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...
Zones: C++, C, Windows MFCDate Answered: 08/26/2008 Grade: A Views: 22
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!
Zones: Microsoft Visual C++, Windows MFC, Microsoft Program...Date Answered: 03/14/2008 Grade: A Views: 68
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...
Zones: MS Dev, Microsoft ProgrammingDate Answered: 10/24/2008 Grade: A Views: 11
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...
Zones: Windows ProgrammingDate Answered: 08/13/2008 Grade: A Views: 111
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...
Zones: C++, Windows OS, MS Forefront-ISADate Answered: 12/28/2007 Grade: A Views: 13
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...
Zones: Microsoft Visual C++Date Asked: 11/16/2008 Points: 125 Comments: 0
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...
Zones: MS Visual C++, Windows Programming, Kernel Programmi...Date Answered: 05/22/2008 Grade: A Views: 12
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...
Zones: C++, Microsoft OS, Message QueueDate Answered: 08/20/2008 Grade: A Views: 0
  • 1