Moving The Mouse Then Clicking It's Button ?
-
Hi all, I am partly through creating a console application that runs a Windows app. All this I have managed to perform, but the following I am unsure of. I now need to bring the form to the current view (which I have achieved), then put the mouse pointer in a certain position then simulate pressing the left mouse button. Can anyone suggest where I need to start looking to allow me to work this one out ? Pete
-
Hi all, I am partly through creating a console application that runs a Windows app. All this I have managed to perform, but the following I am unsure of. I now need to bring the form to the current view (which I have achieved), then put the mouse pointer in a certain position then simulate pressing the left mouse button. Can anyone suggest where I need to start looking to allow me to work this one out ? Pete
Chances are the first place to look is the Visual C++ forum, it seems unlikely to me that you're using C++/CLI, from your question.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Chances are the first place to look is the Visual C++ forum, it seems unlikely to me that you're using C++/CLI, from your question.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Thanks Christian.... I will see how I go. From what I have read it's got something to do with the Cursor and not so much the mouse. Pete