invoke mouse automatically

  • Thread starter Thread starter msnews
  • Start date Start date
M

msnews

I have the following problem.
I want to make a program that causes a MOUSE CLICK every 2 sec at a flash
project that is open with Microsoft Internet Explorer.
I have heard something about using the SendMessage method but I can't get it
to work. I use C# .NET.
Any help would pe appriciated
THANKS!
 
Look up SendInput in the MSDN.
Note: Calling this function from C# (using PInvoke) is probably a lot harder
than from C++ - maybe you should do that part in MC++?

Niki
 
Back
Top