Phailak
Dec 7th, 2000, 10:36 AM
Hi!
My problem is that I want to create an event when a user clicks on a button from a different application. I have the button's handle, I thought it should be easy to create an event when the button is clicked; example, the user clicks the button "Find" from the application "Find a friend", I want an event to start in my vb application as soon as the button is pressed as if the user had pressed one of my command buttons too at the same time. I tried with getState for sendMessage but i can't get it to work, I thought maybe GetMessage but it really looks complicated to use for this. Any suggestions?
Phailak
My problem is that I want to create an event when a user clicks on a button from a different application. I have the button's handle, I thought it should be easy to create an event when the button is clicked; example, the user clicks the button "Find" from the application "Find a friend", I want an event to start in my vb application as soon as the button is pressed as if the user had pressed one of my command buttons too at the same time. I tried with getState for sendMessage but i can't get it to work, I thought maybe GetMessage but it really looks complicated to use for this. Any suggestions?
Phailak