Thanks I fixed it...The code that i have now changes the title when I click a mouse button...how can I make it send info to notepad...for example,...
ok so I have this code #include <windows.h> #include <winuser.h> #include <iomanip> #include <iostream> LRESULT...
Thanks...is there a page where i can see an example on how to use these codes?
Is there a way that when you click a mouse button, it can send info to a notepad file. Or even better, a code in C++ that can program a button to...
How can you create a text file, write info in it, and then delete it. I know how to wright into it or extract info out of it, but I really don't...
I created a project and added two programs to it. For some reasons it doesnt want to compile...i get this... multiple definition of main first...
I got it...thanks...is it possible to detect rotation with the mouse using c++?
Thanks i did it and it worked...now i want to set the cursor at the center position...can that be done with BOOL SetCursorPos(...
Thanks...I fixed it. now i have #include <windows.h> #include <winuser.h> #include <iostream> #include <iomanip> using namespace std;...
I am using DEV-C++ 4.9.9.2 and i get [Linker error] undefined reference to 'WinMain@16' Id returned 1 exit status
this is my code in C++ #include <windows.h> #include <winuser.h> BOOL GetCursorPos ( LPPOINT lpPoint ); DWORD WINAPI GetLastError...
I am new with C++ and don't know all the codes. Can you guide me on how I can start the program and then I'll take it from there please.
Well I am using Windows XP Professional SP2. I am using the Bloodshed Dev-C++ Version 4.9.9.2 compiler. I am not sure of which library to use....
Is there a way to get the coordinates of the mouse using C++ codes?
Separate names with a comma.