Click here to Skip to main content
15,910,358 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: change position of column of DataGridview Pin
ctlqt1223-Jun-07 6:26
ctlqt1223-Jun-07 6:26 
GeneralRe: change position of column of DataGridview Pin
Rupesh Kumar Swami24-Jun-07 23:29
Rupesh Kumar Swami24-Jun-07 23:29 
Questionexit code Pin
Sonia Gupta22-Jun-07 21:29
Sonia Gupta22-Jun-07 21:29 
AnswerRe: exit code Pin
Christian Graus22-Jun-07 21:45
protectorChristian Graus22-Jun-07 21:45 
QuestionRe: exit code Pin
Sonia Gupta22-Jun-07 22:51
Sonia Gupta22-Jun-07 22:51 
AnswerRe: exit code Pin
Christian Graus23-Jun-07 13:29
protectorChristian Graus23-Jun-07 13:29 
AnswerRe: exit code Pin
Guffa23-Jun-07 0:16
Guffa23-Jun-07 0:16 
AnswerRe: exit code Pin
Dave Kreskowiak23-Jun-07 4:31
mveDave Kreskowiak23-Jun-07 4:31 
Or, in addition to what everyone else said, you're getting the exitcode before the process actually starts. You cannot get the exit code on the same line as the process you launched. You have to wait for the process to complete before you can get the code. Since the Process Start method is NOT a blocking call, you're not waiting for the process to complete to even give you a exit code.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: exit code Pin
The Man from U.N.C.L.E.25-Jun-07 12:08
The Man from U.N.C.L.E.25-Jun-07 12:08 
QuestionExecuting an application while windows starts. Pin
Dileep_Vickey22-Jun-07 20:37
Dileep_Vickey22-Jun-07 20:37 
AnswerRe: Executing an application while windows starts. Pin
Rupesh Kumar Swami22-Jun-07 20:55
Rupesh Kumar Swami22-Jun-07 20:55 
AnswerRe: Executing an application while windows starts. Pin
Christian Graus22-Jun-07 21:46
protectorChristian Graus22-Jun-07 21:46 
Questionlistview doubt Pin
kankeyan22-Jun-07 19:08
kankeyan22-Jun-07 19:08 
AnswerRe: listview doubt Pin
Christian Graus22-Jun-07 21:48
protectorChristian Graus22-Jun-07 21:48 
Questiondeployment problem (Window application) Pin
Sonia Gupta22-Jun-07 18:48
Sonia Gupta22-Jun-07 18:48 
AnswerRe: deployment problem (Window application) Pin
Christian Graus22-Jun-07 21:49
protectorChristian Graus22-Jun-07 21:49 
QuestionUsing nested IFs in another form for action in main form Pin
marshmayllow22-Jun-07 5:49
marshmayllow22-Jun-07 5:49 
AnswerRe: Using nested IFs in another form for action in main form Pin
Kschuler22-Jun-07 6:10
Kschuler22-Jun-07 6:10 
GeneralRe: Using nested IFs in another form for action in main form Pin
marshmayllow22-Jun-07 8:36
marshmayllow22-Jun-07 8:36 
GeneralRe: Using nested IFs in another form for action in main form Pin
Kschuler22-Jun-07 8:42
Kschuler22-Jun-07 8:42 
AnswerRe: Using nested IFs in another form for action in main form Pin
Dave Kreskowiak22-Jun-07 8:50
mveDave Kreskowiak22-Jun-07 8:50 
AnswerRe: Using nested IFs in another form for action in main form Pin
Christian Graus22-Jun-07 14:22
protectorChristian Graus22-Jun-07 14:22 
AnswerRe: Using nested IFs in another form for action in main form Pin
marshmayllow22-Jun-07 22:25
marshmayllow22-Jun-07 22:25 
QuestionInherit constraints from database query Pin
kermit88822-Jun-07 5:39
kermit88822-Jun-07 5:39 
QuestionPlease Help me with PopUp Pin
s3ad200222-Jun-07 5:36
s3ad200222-Jun-07 5:36 

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.