
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Why do want to emulate a mouse click? Can't you accomplish the same thing "kick back to life" by just getting the window handle and the giving it input focus? -- Jimmy "Ali R." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Get the windows HWND using FindWindow and then send it a WM_LBUTTONDOWN and > a WM_LBUTTONUP message using SendMessage > > Ali R. > P.S. you are posting your message in all the wrong places. > comp.os.ms-windows.programmer.win32 > microsoft.public.vc.mfc > > <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Here's an ornery question; > > > > I'm trying to think of how to > > force a mouse click at 5 or 10 minute intervals > > over another app, to kick it back to life. > > > > If anyone has seen a code snippet for this, > > or knows of an existing specific code or exe, > > drop me a line. > > > > Thanks much! > > > > > >
| <-- __Chronological__ --> | <-- __Thread__ --> |