wndproc
Transferring Win32 API WndProc Key messages from one window to the other
I\'m developing for Windows Mobile in C++, and I\'m running into a problem - I added my window class, and in it I the keyboard input with my WndProc implementation. The problem is[详细]
2022-12-10 23:15 分类:问答CreateWindow() [Win32 API] : Only parent window gets
I asked a question, and some people commented that my question wasn\'t clear, So here is a new one. I\'m trying to create an application with multiple windows using the WIN32 API.[详细]
2022-12-10 20:39 分类:问答How do I send/receive windows messages between VB6 and c#?
I know I can receive messages with the code below in c#, how do I send to vb6, and receive in vb6, and send from vb6?[详细]
2022-12-09 23:35 分类:问答Use of WndProc for my C#.net app
I would like to know, if I开发者_开发百科 use WndProc in my C#.net app to handle minimize event in my form, will there be any problem if my app will be installed in different version of windows or oth[详细]
2022-12-09 12:05 分类:问答C#: How to drag a from by the form and its controls?
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 to[详细]
2022-12-09 08:22 分类:问答