|
Suppressing SetCursor in another DLL Hello all, I use a DLL for which I have no source code. I call a function in it that seems to call SetCursor to turn the cursor into the hourglass. Is there anyway I can suppress this SetCursor, or at least make the hourglass not appear? Thanks. ... 19 Jun 2008 01:18
Changing how the mouse works across all windows... I recently purchased a second 22" widescreen monitor, primarily so that I can pivot it 90 degrees and program on it. I love having this much monitor space; i don't like having an edge of my primary desktop that my mouse can now drift outside of. My setup is such that the pivoted monitor is on the right; this mean... 19 Jun 2008 01:18
Custom windows cursor Hello, I am a student with some technical background, but haven't written much code in a while. I have a dual monitor setup, and I wanted to create a cursor that would show up on both monitors. My project will display an image on each screen that are similar, but slightly different, and I wanted to be able t... 19 Jun 2008 01:18
Buttons in Custom Control Don't Show. Hi Folks: Developing on XP Home, VS 2008 Pro, C++, WIN32, no MFC. I have a dialog, "IDD_SPLASH_DIALOG", with a custom control which will be either a login dialog or a logo. This post relates to the custom control as a login dialog. The resoruce editor is being used to lay out both the splash an... 19 Jun 2008 01:18
deletefile api hooking / mutex problem Hi. One of my program hooks deletefile and movefileex api. My deletefile_hook and movefileex_hook are designed to open a mutex inside and then call the origial api address. (mutex handle is closed before calling the original.) This hook design makes problem in an application which is intended to delete files.... 19 Jun 2008 01:18
Unicode on Windows Hi, I am currently porting a program from Linux to Windows. This program is actually very similar to some unix console commands for file operations, such as uploading/downloading files from client side to remote unix servers, or list all the existing files on the server. Thus, I have created some functions that ... 19 Jun 2008 01:18
ATL dll (using multithraded lib) failing to load in VB HI group, i am using a lib for directshow which can instantiate another directshow wrapper dll to use multiple cameras. All goes fine if i use this lib inside a win32 project and create a object of the class to work. I made a ATL dll which uses this lib so that i can use this in vb as well. Whenever i load t... 19 Jun 2008 01:18
Progress Bar couldn't take windows messages. Hi, I copied Progress Bar source code from microsoft msdn site (see below). -- http://msdn.microsoft.com/en-us/library/bb760816(VS.85).aspx But, this code ran in infinite loop. So if the size of a file were very large, the progress bar couldn't get windows messages, and it couldn't response to user input. H... 19 Jun 2008 01:18
Getting "incompatible types" warning on identical types! On 10 Jun, 00:51, Kevin Michael Vail <ke...(a)vaildc.net> wrote: At one point in my code, I have: VOID CALLBACK _cbSendMessageCallback(HWND h, UINT m, ULONG_PTR pcb, LRESULT res) { ... } Later, I have: HWND h = ...; UINT m = ...; WPARAM w = ...; LPAR... 19 Jun 2008 01:18
Setting color for SysDateTimePick32 control? On 10 juin, 23:16, "John" <some...(a)somewhere.com> wrote: "Christian ASTOR" <casto...(a)club-internet.fr> wrote in message news:93034885-7160-4cde-bd6f-f3a6a1127de9(a)f36g2000hsa.googlegroups.com... Anyone know how to do this? A search of Google and Usenet seems to imply it's impossible, without poss... 19 Jun 2008 01:18 |