Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 is currently offline  awksed
Messages: 61
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();
Previous Topic: The linker does not find a .lib file
Next Topic: Filtering CR from an EditString
Goto Forum:
  


Current Time: Fri Mar 29 06:29:36 CET 2024

Total time taken to generate the page: 0.03301 seconds