hello can u please suggest some code for capturing the mouse coordinates on clicking? :confused:
T
techysavvy
@techysavvy
Posts
-
Capturing mouse coordinates -
Switching between applicationsHey thanx...:cool: this code works better: CWnd *pWnd = FindWindow(NULL,”My Application”); pWnd->SetForegroundWindow();
-
Switching between applicationsHi folks.... How do we switch the focus to another application using its filename in VC++??? heeellllpppp:confused: Pooja