First  |  Prev |  Next  |  Last
Pages: 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
Hooking Joystick Messages?
I want to hook all joystick messages to are send to an application In Windows XP, using MFC or Win32. SetWindowsHookEx() does not seem to provide for hooking messages from hardware devices besides the mouse and the keyboard. Does anyone know how to hook messages to a joystick? ... 8 Jun 2008 15:25
Memory Allocation in a Multi-Threaded Environment
Hi - not sure if this is the best forum for this question? I'm using vc++ 2005 and I've just started playing around with multithreading. I quickly realised that multi-threading opens up a whole new slew of bugs for the novice, but there is one area that is really confusing me. I have a small class that uses an... 9 Jun 2008 11:24
Resource-only DLLs
First thanks to everyone who helped on the "LoadLibrary..." thread on 31 May. Since then I have been busily taking the advice, but... I have rebuilt my language support DLLs and genuine resource only DLLs with, no code - just resources, and load them when needed with ::LoadLibraryEx() with the appropriate da... 9 Jun 2008 04:40
Query regarding A,B,C char. width values returned in 16-bit and 32-bit OS
When you get the ABC widths: are you using the same display, with the same display card, with the same version of the display driver, with the same screen resolution, using the same font, of the exact same size, on both systems? (That's just a start...) What does GetLogFont tell you about the fonts on both sys... 8 Jun 2008 00:04
WH_MOUSE hardware hook does not work correctly
I have developed a client application / DLL that demonstrates these four global hardware hooks: WH_KEYBOARD WH_KEYBOARD_LL WH_MOUSE WH_MOUSE_LL All of the hooks work correctly, except for the WH_MOUSE hook. The error is not with the hook itself, but with the PostMessage() to the client application. Apparen... 7 Jun 2008 17:57
Multiple doc/views in MFC
Hello all. So I have this application. It's a MDI doc/view one. The main doc/view works perfectly. Now, I want to add other doc/views. How can I accomplish that? I read something about adding more templates with AddDocTemplate, but this seems right when the document is file based (which is not the case, it is da... 8 Jun 2008 15:25
how to run application(exe) in browser
hi, i have application, it's runs in local machine.i want to run application in browser. ... 25 Jun 2008 01:40
Cwnd::CreateEx creates a window under Win2k that looks like Win 3.1!
On Fri, 6 Jun 2008 05:08:50 -0700 (PDT), Stodge <stodge(a)gmail.com> wrote: On Jun 6, 8:01�am, Stodge <sto...(a)gmail.com> wrote: This is a weird one. I'm creating a window for a class derived from CWnd using CreateEx. The window is created and it is perfectly usable. However, all of its widgets, and its st... 24 Jun 2008 16:27
How to create a tooltip window which remains there until i explicitly hide it.
>I want to create a tooltip window which wont hide until I explicitly closes it. I tried to increase the delay time by sending TTM_SETDELAYTIME message, but it accepts only up to max of short. As you're finding, fighting with Windows built-in tooltips is an exercise in frustration - I'd have a look at a 3'rd p... 12 Jun 2008 23:03
How to create a tooltip window which remains there until i explicitly hide it.
Hi, I want to create a tooltip window which wont hide until I explicitly closes it. I tried to increase the delay time by sending TTM_SETDELAYTIME message, but it accepts only up to max of short. I then tried by including the TTF_TRACK flag in the uFlags member of the TOOLINFO structure when sending the TTM_A... 11 Jun 2008 08:13
First  |  Prev |  Next  |  Last
Pages: 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140