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
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.
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?
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
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