Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Create File Format Pin
kenexcelon19-Dec-05 5:34
kenexcelon19-Dec-05 5:34 
QuestionApplying new proxy settings to a browser control Pin
pieterman18-Dec-05 16:18
pieterman18-Dec-05 16:18 
Questiontransfer data using phone line Pin
ayuba asia18-Dec-05 15:09
ayuba asia18-Dec-05 15:09 
QuestionDouble quotes within a string Pin
hasanali0018-Dec-05 13:57
hasanali0018-Dec-05 13:57 
AnswerRe: Double quotes within a string Pin
[Marc]18-Dec-05 14:36
[Marc]18-Dec-05 14:36 
AnswerRe: Double quotes within a string Pin
kim3er19-Dec-05 0:00
kim3er19-Dec-05 0:00 
AnswerRe: Double quotes within a string Pin
albCode19-Dec-05 4:28
albCode19-Dec-05 4:28 
QuestionHow can I hide a new app started with Button1 Pin
bklynjava118-Dec-05 13:53
bklynjava118-Dec-05 13:53 
My dilema is I have an app that on Button1 starts another app that I need hidden.
So my question is how can I make it so the app that Button1 starts stays hidden?

I appreciate any help,
Thank you

Here is what I have and I have tried every thing to no avail.

Process myProcess = new Process();<br />
myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;<br />
myProcess.StartInfo.FileName = "foo.exe";<br />
myProcess.StartInfo.CreateNoWindow = true;<br />
myProcess.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;<br />
myProcess.StartInfo.FileName = "c:/program files/MyHiddenapp/foo.exe";<br />
myProcess.Start();<br />
myProcess.WaitForExit();


bklynjava

-- modified at 20:07 Sunday 18th December, 2005
AnswerRe: How can I hide a new app started with Button1 Pin
Dave Kreskowiak18-Dec-05 14:51
mveDave Kreskowiak18-Dec-05 14:51 
GeneralRe: How can I hide a new app started with Button1 Pin
bklynjava118-Dec-05 15:08
bklynjava118-Dec-05 15:08 
GeneralRe: How can I hide a new app started with Button1 Pin
Dave Kreskowiak18-Dec-05 17:13
mveDave Kreskowiak18-Dec-05 17:13 
GeneralRe: How can I hide a new app started with Button1 Pin
bklynjava118-Dec-05 18:49
bklynjava118-Dec-05 18:49 
QuestionNeed help with how to begin on a project. Pin
Courtesy of Illusion18-Dec-05 13:15
Courtesy of Illusion18-Dec-05 13:15 
AnswerRe: Need help with how to begin on a project. Pin
g00fyman18-Dec-05 13:36
g00fyman18-Dec-05 13:36 
QuestionNeed help with a Struct or Class (array) Pin
flicktom18-Dec-05 12:35
flicktom18-Dec-05 12:35 
AnswerRe: Need help with a Struct or Class (array) Pin
[Marc]18-Dec-05 12:56
[Marc]18-Dec-05 12:56 
GeneralRe: Need help with a Struct or Class (array) Pin
flicktom18-Dec-05 15:46
flicktom18-Dec-05 15:46 
AnswerRe: Need help with a Struct or Class (array) Pin
Guffa18-Dec-05 18:59
Guffa18-Dec-05 18:59 
GeneralRe: Need help with a Struct or Class (array) Pin
flicktom18-Dec-05 20:01
flicktom18-Dec-05 20:01 
AnswerRe: Need help with a Struct or Class (array) Pin
Guffa18-Dec-05 13:22
Guffa18-Dec-05 13:22 
GeneralRe: Need help with a Struct or Class (array) Pin
[Marc]18-Dec-05 14:32
[Marc]18-Dec-05 14:32 
QuestionHow to add Timer to class in C# ? Pin
Yanshof18-Dec-05 8:44
Yanshof18-Dec-05 8:44 
AnswerRe: How to add Timer to class in C# ? Pin
Andy Brummer18-Dec-05 13:13
sitebuilderAndy Brummer18-Dec-05 13:13 
QuestionNew Combobox Challenge! Pin
SpeBeeTo18-Dec-05 7:21
SpeBeeTo18-Dec-05 7:21 
QuestionHow set new system date and time in .NET Framework? Pin
Andrey_Mark18-Dec-05 4:39
Andrey_Mark18-Dec-05 4:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.