Click here to Skip to main content
15,917,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TreeView redraw lag.. Pin
dazinith11-Nov-02 4:32
dazinith11-Nov-02 4:32 
GeneralRe: TreeView redraw lag.. Pin
mikasa26-Mar-03 3:31
mikasa26-Mar-03 3:31 
GeneralVB Silent Install Pin
Davy Mitchell6-Nov-02 4:43
Davy Mitchell6-Nov-02 4:43 
GeneralRe: VB Silent Install Pin
Nick Parker6-Nov-02 16:49
protectorNick Parker6-Nov-02 16:49 
GeneralRe: VB Silent Install Pin
Davy Mitchell6-Nov-02 22:09
Davy Mitchell6-Nov-02 22:09 
GeneralLaunching External Exe File Pin
Desmond5-Nov-02 22:43
Desmond5-Nov-02 22:43 
GeneralRe: Launching External Exe File Pin
Nick Parker6-Nov-02 2:12
protectorNick Parker6-Nov-02 2:12 
GeneralRe: Launching External Exe File Pin
Vasudevan Deepak Kumar6-Nov-02 4:02
Vasudevan Deepak Kumar6-Nov-02 4:02 
Hi,

You may use Process.Start (from System.Diagnostics.Process). That provides granular control over the process you are starting.

Perhaps the following URL should open MSDN Documentation too:

ms-help://MS.NETFrameworkSDK/cpref/html/frlrfsystemdiagnosticsprocessclassstarttopic.htm

process.Start("http://www.codeproject.com") where process is an object of Process opens the default browser and navigates to codeproject.com

While shell might still execute system commands, you might not be able to control execution of those programs to the level that Process allows you to do so.

Deepak Kumar Vasudevan
http://deepak.portland.co.uk/
QuestionMultiple DataTables in DataGrid? Pin
ILoveInternet5-Nov-02 22:10
ILoveInternet5-Nov-02 22:10 
AnswerRe: Multiple DataTables in DataGrid? Pin
Tuukka Turto19-Nov-02 19:42
Tuukka Turto19-Nov-02 19:42 
GeneralDrawing Issue Pin
Jamie Nordmeyer5-Nov-02 9:46
Jamie Nordmeyer5-Nov-02 9:46 
GeneralRe: Drawing Issue Pin
Nick Parker5-Nov-02 12:56
protectorNick Parker5-Nov-02 12:56 
GeneralRe: Drawing Issue Pin
Jamie Nordmeyer6-Nov-02 4:15
Jamie Nordmeyer6-Nov-02 4:15 
GeneralRe: Drawing Issue Pin
Zulfikar Ali6-Nov-02 5:16
Zulfikar Ali6-Nov-02 5:16 
GeneralRe: Drawing Issue Pin
Jamie Nordmeyer6-Nov-02 6:27
Jamie Nordmeyer6-Nov-02 6:27 
GeneralVBS script question ( simple one ) Pin
Stephane Routelous5-Nov-02 6:06
Stephane Routelous5-Nov-02 6:06 
GeneralRe: VBS script question ( simple one ) Pin
Stephane Routelous5-Nov-02 6:52
Stephane Routelous5-Nov-02 6:52 
GeneralRe: VBS script question ( simple one ) Pin
Richard Deeming6-Nov-02 3:42
mveRichard Deeming6-Nov-02 3:42 
GeneralRe: WScript.Path Pin
Vi26-Nov-02 4:20
Vi26-Nov-02 4:20 
Questionhow can I create a top most form? Pin
smartnose5-Nov-02 1:54
smartnose5-Nov-02 1:54 
AnswerRe: how can I create a top most form? Pin
Andy H5-Nov-02 2:46
Andy H5-Nov-02 2:46 
AnswerRe: how can I create a top most form? Pin
Daniel Turini5-Nov-02 2:49
Daniel Turini5-Nov-02 2:49 
GeneralFile processing with VB Pin
Venkatraman4-Nov-02 23:26
Venkatraman4-Nov-02 23:26 
GeneralRe: File processing with VB Pin
Notorious SMC6-Nov-02 21:07
sussNotorious SMC6-Nov-02 21:07 
GeneralVB 6.0 Printer Port Pin
thurdsak4-Nov-02 22:55
thurdsak4-Nov-02 22:55 

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.