Page 1 of 1
					
				Detect press button in external programs
				Posted: Fri Apr 23, 2004 11:35 am
				by Wolf
				How we can detect press button in one external program ?
I want run one external exe file of my prog and detect when user press "Yes" button in that prog (exe file). How do this ?
			 
			
					
				
				Posted: Fri Apr 23, 2004 9:43 pm
				by Wolf
				Don't know anyone ?
			 
			
					
				
				Posted: Fri Apr 23, 2004 10:18 pm
				by ricardo
				I think you need to read the messages from that app... don't know how to do it, but think thats the direction.
			 
			
					
				
				Posted: Sat Apr 24, 2004 12:06 pm
				by omid-xp
				I think you must have title of that window message and if that message have just one button after prerss that windows is closed and then if you can't find that window you know user press ok button in that window.
			 
			
					
				
				Posted: Sat Apr 24, 2004 12:18 pm
				by Kris_a
				
			 
			
					
				
				Posted: Sat Apr 24, 2004 2:27 pm
				by thefool
				Tell if you get the hook to work, or if anything else works please  

 
			 
			
					
				
				Posted: Sat Apr 24, 2004 10:15 pm
				by Wolf
				Thanks for all helps.
I now must test it.