Sending a message though a Win32 program
-
How can i send a WM_LBUTTONDOWN message from a Win32 program, without the user pressing the Left button Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
-
How can i send a WM_LBUTTONDOWN message from a Win32 program, without the user pressing the Left button Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
-
How can i send a WM_LBUTTONDOWN message from a Win32 program, without the user pressing the Left button Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
You want to send a message? How about the apply named SendMessage function? SendMessage(hWnd, WM_LBUTTONDOWN, 0, 0 ), Doh!
-
You want to send a message? How about the apply named SendMessage function? SendMessage(hWnd, WM_LBUTTONDOWN, 0, 0 ), Doh!
I tried to do that but it didn't work. Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
-
I tried to do that but it didn't work. Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
-
I tried to do that but it didn't work. Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
Since you didn't get this answered, what seems to be the problem?? Is the hWnd parameter the button you are trying to invoke? Perhaps you could post the problem code so it can be ignored.
-
I tried to do that but it didn't work. Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com
-
How can i send a WM_LBUTTONDOWN message from a Win32 program, without the user pressing the Left button Visit Ltpb.8m.com Surf the web faster than ever: http://www.404Browser.com