Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Win32_ProcessStartup
Message
From
19/11/2002 05:56:34
Roman Segaud
Laboratoires Fortepharma
Nice, France
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Win32_ProcessStartup
Miscellaneous
Thread ID:
00724194
Message ID:
00724194
Views:
53
Hi,

I just want to create a Process in a Hidden Window. Actually I use the following code to create a process :

Instance = "c:\dev\Instance.exe "+This.Name+ CHR(0)
Ret = CreateProcess(0, Instance, 0, 0, 1, HIGH_PRIORITY_CLASS, 0, 0, @start, @process_info)

How to tell I want no windows ?
Does anybody have some example of code using Win32_ProcessStartup API function in VFP ?

Roman
Next
Reply
Map
View

Click here to load this message in the networking platform