Click here to Skip to main content
15,913,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralWindows Authentication IIS Pin
Harmonium15-Jul-05 9:12
Harmonium15-Jul-05 9:12 
GeneralWaiting on process to finish Pin
phraser15-Jul-05 9:11
phraser15-Jul-05 9:11 
GeneralRe: Waiting on process to finish Pin
Dave Kreskowiak15-Jul-05 9:30
mveDave Kreskowiak15-Jul-05 9:30 
GeneralRe: Waiting on process to finish Pin
phraser15-Jul-05 9:34
phraser15-Jul-05 9:34 
GeneralRe: Waiting on process to finish Pin
rwestgraham15-Jul-05 10:45
rwestgraham15-Jul-05 10:45 
GeneralRe: Waiting on process to finish Pin
Dave Kreskowiak15-Jul-05 11:24
mveDave Kreskowiak15-Jul-05 11:24 
GeneralRe: Waiting on process to finish Pin
phraser15-Jul-05 11:40
phraser15-Jul-05 11:40 
GeneralRe: Waiting on process to finish Pin
Dave Kreskowiak15-Jul-05 11:48
mveDave Kreskowiak15-Jul-05 11:48 
phraser wrote:
when the exe is executed ( calc.exe ) the VB program freezes ( dosent respond ) till the calc.exe is closed.

That's what .WaitForExit() is supposed to do!

You never mentioned anything about updating a label. Set the label Text how you want, call Application.DoEvents(), then launch your external app, like calc. Once you hit the .WaitForExit() call, that thread is blocked from executing until the external app closes.





RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Waiting on process to finish Pin
phraser15-Jul-05 11:50
phraser15-Jul-05 11:50 
GeneralRe: Waiting on process to finish Pin
Dave Kreskowiak15-Jul-05 16:58
mveDave Kreskowiak15-Jul-05 16:58 
GeneralRe: Waiting on process to finish Pin
phraser16-Jul-05 2:28
phraser16-Jul-05 2:28 
GeneralRe: Waiting on process to finish Pin
Dave Kreskowiak16-Jul-05 6:40
mveDave Kreskowiak16-Jul-05 6:40 
GeneralRe: Waiting on process to finish Pin
phraser16-Jul-05 7:58
phraser16-Jul-05 7:58 
GeneralResizing button controls Pin
Member 1325918815-Jul-05 7:21
Member 1325918815-Jul-05 7:21 
GeneralRe: Resizing button controls Pin
bneacetp16-Jul-05 15:34
bneacetp16-Jul-05 15:34 
GeneralBetween Syntax Pin
Capilano15-Jul-05 6:49
Capilano15-Jul-05 6:49 
GeneralRe: Between Syntax Pin
Rob Graham16-Jul-05 11:57
Rob Graham16-Jul-05 11:57 
GeneralPassing Values to A Dropdown Pin
15-Jul-05 6:48
suss15-Jul-05 6:48 
GeneralDeployment problem Pin
pharao9215-Jul-05 5:24
pharao9215-Jul-05 5:24 
GeneralRe: Deployment problem Pin
Dave Kreskowiak15-Jul-05 5:52
mveDave Kreskowiak15-Jul-05 5:52 
GeneralAligning the Buttons in the form Pin
prathiba_naresh15-Jul-05 4:06
prathiba_naresh15-Jul-05 4:06 
GeneralRe: Aligning the Buttons in the form Pin
Dave Kreskowiak15-Jul-05 5:18
mveDave Kreskowiak15-Jul-05 5:18 
GeneralRe: Aligning the Buttons in the form Pin
Anonymous15-Jul-05 5:46
Anonymous15-Jul-05 5:46 
GeneralRe: Aligning the Buttons in the form Pin
prathiba_naresh15-Jul-05 6:02
prathiba_naresh15-Jul-05 6:02 
Generaloracle on linux Pin
smita_roy14-Jul-05 23:08
smita_roy14-Jul-05 23:08 

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.