Just starting out? Need help? Post your questions and find answers here.
			
		
		
			
				
																			
								Wolf 							 
						Enthusiast 			
		Posts:  234  		Joined:  Sat Apr 03, 2004 12:00 pm 		
		
											Location:  S.T 
							
						
		 
		
						
						
													
							
						
									
						Post 
					 
								by Wolf   »  Fri Apr 23, 2004 11:35 am 
			
			
			
			
			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 ?
			
			
									
									
						 
		 
				
		
		 
	 
				
			
		
		
			
				
																			
								Wolf 							 
						Enthusiast 			
		Posts:  234  		Joined:  Sat Apr 03, 2004 12:00 pm 		
		
											Location:  S.T 
							
						
		 
		
						
						
						 
			 
													
							
						
									
						Post 
					 
								by Wolf   »  Fri Apr 23, 2004 9:43 pm 
			
			
			
			
			Don't know anyone ?
			
			
									
									
						 
		 
				
		
		 
	 
	
						
		
		
			
				
																			
								ricardo 							 
						Addict 			
		Posts:  2438  		Joined:  Fri Apr 25, 2003 7:06 pm 		
		
											Location:  Argentina 
							
						
		 
		
						
						
						 
			 
													
							
						
									
						Post 
					 
								by ricardo   »  Fri Apr 23, 2004 10:18 pm 
			
			
			
			
			I think you need to read the messages from that app... don't know how to do it, but think thats the direction.
			
			
									
									ARGENTINA WORLD CHAMPION 
						 
		 
				
		
		 
	 
	
						
		
		
			
				
																			
								omid-xp 							 
						Enthusiast 			
		Posts:  119  		Joined:  Tue Jan 27, 2004 2:17 pm 		
		
						
						
		 
		
						
						
						 
			 
													
							
						
									
						Post 
					 
								by omid-xp   »  Sat Apr 24, 2004 12:06 pm 
			
			
			
			
			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.
			
			
									
									
						 
		 
				
		
		 
	 
	
						
		
		
			
				
																			
								Kris_a 							 
						User 			
		Posts:  92  		Joined:  Sun Feb 15, 2004 8:04 pm 		
		
											Location:  Manchester, UK 
							
						
		 
		
						
						
						 
			 
													
							
						
									
						Post 
					 
								by Kris_a   »  Sat Apr 24, 2004 12:18 pm 
			
			
			
			
			
			
			
									
									
						 
		 
				
		
		 
	 
	
						
		
		
			
				
																			
								thefool 							 
						Always Here 			
		Posts:  5875  		Joined:  Sat Aug 30, 2003 5:58 pm 		
		
											Location:  Denmark 
							
						
		 
		
						
						
						 
			 
													
							
						
									
						Post 
					 
								by thefool   »  Sat Apr 24, 2004 2:27 pm 
			
			
			
			
			Tell if you get the hook to work, or if anything else works please  
 
			
			
									
									
						 
		 
				
		
		 
	 
	
						
		
		
			
				
																			
								Wolf 							 
						Enthusiast 			
		Posts:  234  		Joined:  Sat Apr 03, 2004 12:00 pm 		
		
											Location:  S.T 
							
						
		 
		
						
						
						 
			 
													
							
						
									
						Post 
					 
								by Wolf   »  Sat Apr 24, 2004 10:15 pm 
			
			
			
			
			Thanks for all helps. 
 
I now must test it.