Spawning a new program off another button clicked event
-
We have a program that I do not have access to the code. What I would like to do is create my own program that can be initiated when a specific button click event occurs in the parent program. How could I make this happen if it is even possible. Also what tool can I use to find the specific event name for that button click when it occurs so I can make it happen? TIA, Brian
-
We have a program that I do not have access to the code. What I would like to do is create my own program that can be initiated when a specific button click event occurs in the parent program. How could I make this happen if it is even possible. Also what tool can I use to find the specific event name for that button click when it occurs so I can make it happen? TIA, Brian
Process.Start Oh, I see. If you don't have the parent program source, you can't do it.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
We have a program that I do not have access to the code. What I would like to do is create my own program that can be initiated when a specific button click event occurs in the parent program. How could I make this happen if it is even possible. Also what tool can I use to find the specific event name for that button click when it occurs so I can make it happen? TIA, Brian