Click here to Skip to main content
15,895,370 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
As has been said, you won't get the exitcode at that point.

Try,

<br />
Dim myproc as new Process()<br />
myproc.StartInfo.FileName = "whatever.exe"<br />
<br />
myproc.Start()<br />
myproc.WaitForExit()<br />
Dim exitcode as Integer = proc.ExitCode<br />


If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)

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 
AnswerRe: Please Help me with PopUp Pin
leckey22-Jun-07 9:31
leckey22-Jun-07 9:31 

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.