Click here to Skip to main content
15,886,137 members
Home / Discussions / C#
   

C#

 
GeneralRe: Webpages in Winforms[Solved] Pin
Kodanda Pani20-Apr-05 23:08
Kodanda Pani20-Apr-05 23:08 
GeneralRe: Webpages in Winforms[Solved] Pin
V.20-Apr-05 23:11
professionalV.20-Apr-05 23:11 
GeneralURGENT DATAGRID PROBLEM!!PLEASE HELP Pin
innocent7320-Apr-05 21:40
innocent7320-Apr-05 21:40 
GeneralIMPORTANT -- System.Reflection Pin
Den2Fly20-Apr-05 21:32
Den2Fly20-Apr-05 21:32 
Generalmove & rotate objects Pin
malahat20-Apr-05 20:42
malahat20-Apr-05 20:42 
GeneralRe: move & rotate objects Pin
Dave Kreskowiak21-Apr-05 2:33
mveDave Kreskowiak21-Apr-05 2:33 
Generalhiding console Window Pin
Adnan Siddiqi20-Apr-05 20:13
Adnan Siddiqi20-Apr-05 20:13 
GeneralRe: hiding console Window Pin
James T. Johnson20-Apr-05 20:36
James T. Johnson20-Apr-05 20:36 
There are .NET equivalents you can use for the "dir" command. See System.IO.Directory/DirectoryInfo and System.IO.File/FileInfo.

That still doesn't answer your question though; this works for me with a cmd window:

System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo("cmd");
psi.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
System.Diagnostics.Process.Start( psi );


James
Questionhow to set expiration? Pin
Anonymous20-Apr-05 19:46
Anonymous20-Apr-05 19:46 
AnswerRe: how to set expiration? Pin
James T. Johnson20-Apr-05 20:26
James T. Johnson20-Apr-05 20:26 
GeneralXMLSerialization Pin
z_ahamad20-Apr-05 19:22
z_ahamad20-Apr-05 19:22 
GeneralRe: XMLSerialization Pin
leppie21-Apr-05 0:49
leppie21-Apr-05 0:49 
Generalchoosing the element of matrix Pin
wulandhari20-Apr-05 18:38
wulandhari20-Apr-05 18:38 
GeneralRe: choosing the element of matrix Pin
Ashok Dhamija20-Apr-05 22:05
Ashok Dhamija20-Apr-05 22:05 
GeneralOpen Modal DialogBox to a Form Pin
thejusks20-Apr-05 18:19
thejusks20-Apr-05 18:19 
GeneralRe: Open Modal DialogBox to a Form Pin
Christian Graus20-Apr-05 18:37
protectorChristian Graus20-Apr-05 18:37 
GeneralRe: Open Modal DialogBox to a Form Pin
Luis Alonso Ramos20-Apr-05 18:58
Luis Alonso Ramos20-Apr-05 18:58 
GeneralRe: Open Modal DialogBox to a Form Pin
thejusks20-Apr-05 19:17
thejusks20-Apr-05 19:17 
GeneralRe: Open Modal DialogBox to a Form Pin
Luis Alonso Ramos20-Apr-05 19:24
Luis Alonso Ramos20-Apr-05 19:24 
GeneralDrop down toolbar buttons different size Pin
Luis Alonso Ramos20-Apr-05 16:58
Luis Alonso Ramos20-Apr-05 16:58 
GeneralRe: Drop down toolbar buttons different size Pin
Ashok Dhamija21-Apr-05 1:16
Ashok Dhamija21-Apr-05 1:16 
GeneralRe: Drop down toolbar buttons different size Pin
Luis Alonso Ramos21-Apr-05 6:00
Luis Alonso Ramos21-Apr-05 6:00 
QuestionVideo Hooks? Pin
DeepToot20-Apr-05 15:43
DeepToot20-Apr-05 15:43 
AnswerRe: Video Hooks? Pin
leppie21-Apr-05 0:54
leppie21-Apr-05 0:54 
AnswerRe: Video Hooks? Pin
Dave Kreskowiak21-Apr-05 2:28
mveDave Kreskowiak21-Apr-05 2:28 

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.