Hex to Hwnd

jayjay76

New member
Joined
Sep 3, 2005
Messages
3
Programming Experience
Beginner
Hi all, this is my first post so please be gentle..
I'd class my self as still a beginner in vb.net and i have a little problem, I want the project that im making to interact with another stand alone application..so i can press a button in my project, and it performs a task in the other app. Heres just an example, I press a play button in my vb.net project and mediaplayer 'plays'.
Now i have the Hex value of the handle i need but as you probably know it changes when you restart the app, so is there a way/application to find a static handle(hwnd)?..and finally when/if i do find the code i need, how do i incorporate it into my code (what command do i use)..thankyou for any help
 
Back
Top