wndproc Questions

1

Solved

Although there are already a few resources online that address this rough topic, I still haven't found an answer that works for me. I desire to have full communication between my VB.net process an...
Bike asked 16/5, 2012 at 13:12

2

Solved

I have a basic question about using WndProc in my form application. I want to know what is the use of the WndProc method when i have form events available. In which cases do i need to create custom...
Oligosaccharide asked 16/4, 2012 at 5:1

1

Solved

I have a c# WPF application that needs to save data when it closes. The Window Closing/Closed events work fine if the user closes the program, but they do not get called if the user logs off/shutdo...
Deerhound asked 21/8, 2011 at 5:28

1

In my Win32 application, a child window is created by a third party SDK.The Window creation process is transparent and I cannot associate a WndProc method with the child Window. I want to be able t...
Cultism asked 12/7, 2011 at 21:55

3

Solved

Microsoft does not recommend DirectInput for keyboard and mouse input. As such, I've written an input manager class that uses SetWindowsHookEx to hook into WndProc and GetMsg. I believe the hooks a...
Overtire asked 27/1, 2011 at 16:56

2

I have a situation where I am handling both single & double mouse click events on a form. In both cases something has to be loaded, however when a double click occurs, I do not wish to execute ...
Fiftyfifty asked 27/1, 2011 at 9:31

2

Solved

I use the following code to drag a borderless form, by clicking and dragging the form itself. It works, but it doesn't for when you click and drag a control located on the form. I need to be able t...
Alphabetical asked 22/10, 2009 at 14:59

3

Solved

How do you draw a custom button next to the minimize, maximize and close buttons within the Titlebar of the Form? I know you need to use Win32 API calls and override the WndProc procedure, but I h...
Renick asked 20/9, 2008 at 3:12

2

Solved

I'm trying to make a window that closes when you click outside it, and at the moment I'm looking into doing that by handling the WndProc function. None of the messages I'm getting so far seem usef...
Peisch asked 18/11, 2008 at 12:44

© 2022 - 2024 — McMap. All rights reserved.