Home » Community » Newbie corner » LocalProcess2 doesnt show child app window (it is running) (LocalProcess2 doesnt show child app window (it is running)) 
	
		
		
			| LocalProcess2 doesnt show child app window (it is running) [message #49447] | 
			Sun, 11 February 2018 15:08  | 
		 
		
			
				
				
				
					
						  
						awksed
						 Messages: 70 Registered: April 2012 
						
					 | 
					Member  | 
					 | 
		 
		 
	 | 
 
	
		Windows 7 64bit. 
 
LocalProcess2 doesnt show child app window (it is running). 
 
Proc.IsRunning() returns true and Task Manager shows it running. 
 
Here is my code: 
 
 LocalProcess2  Proc; 
 Vector<String> Args; 
 String         strArg1 = "1"; 
 String         strCmd; 
  
 Args.Add(strArg1); 
   
 strCmd = " C:\\upp9251\\out\\MyApps\\MSC15x64.Debug.Debug_Full.Gui.Mt\\ ChildApp.exe "; 
   
 Proc.Start(~strCmd, Args); 
  
 Sleep(1000); 
 
 Proc.Detach();
		
		
		
 |  
	| 
		
	 | 
 
 
 |   
Goto Forum:
 
 Current Time: Tue Nov 04 13:32:38 CET 2025 
 Total time taken to generate the page: 0.16399 seconds 
 |