Hey, i want to display live x and y values on a C++ form in vs2008 and want to control windows mouse pointer through the x and y values my program is generating. Need help.
Thanks
Hey, i want to display live x and y values on a C++ form in vs2008 and want to control windows mouse pointer through the x and y values my program is generating. Need help.
Thanks
SetCursorPos
http://msdn.microsoft.com/en-us/library/ms648394%28VS.85%29.aspx
GetCursorPos
http://msdn.microsoft.com/en-us/library/ms648390%28VS.85%29.aspx
Creating a simple window
http://www.winprog.org/tutorial/simple_window.html
VB gave you the correct functions for Win32 API, but are you using the API or MFC or .NET?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.