Click here to Skip to main content
15,902,835 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 5:30
mveDave Kreskowiak2-May-09 5:30 
GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan2-May-09 5:45
ymilan2-May-09 5:45 
GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan2-May-09 6:13
ymilan2-May-09 6:13 
GeneralRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 16:24
mveDave Kreskowiak2-May-09 16:24 
GeneralRe: Set Property of Read-Only to be False on Form Pin
Dave Kreskowiak2-May-09 16:25
mveDave Kreskowiak2-May-09 16:25 
GeneralRe: Set Property of Read-Only to be False on Form Pin
ymilan3-May-09 4:07
ymilan3-May-09 4:07 
AnswerRe: Set Property of Read-Only to be False on Form Pin
Tiyani Miyambo4-May-09 0:30
Tiyani Miyambo4-May-09 0:30 
Questionwaitforexit Pin
hrishi3212-May-09 4:34
hrishi3212-May-09 4:34 
Hi,
Another problem of mine.
I run a process(say a calculator) from a button click. Now I want to resume(do nothing/disable) the form till the user finishes the process ie till he closes the calculator.
I am using waitforexit like below(not the exact code)

dim p as new process
p.startinfo="calc"
p.waitforexit()
p.start()

It works fine,.But sometime it gives an error in the line(p.waiforexit) saying that p has not been allocated any process (not the exact error, but with similar measning)


Please help me

Thanks in advance
AnswerRe: waitforexit Pin
Dave Kreskowiak2-May-09 4:49
mveDave Kreskowiak2-May-09 4:49 
GeneralRe: waitforexit Pin
hrishi3212-May-09 5:01
hrishi3212-May-09 5:01 
GeneralRe: waitforexit Pin
Henry Minute2-May-09 5:08
Henry Minute2-May-09 5:08 
GeneralRe: waitforexit Pin
hrishi3212-May-09 5:10
hrishi3212-May-09 5:10 
GeneralRe: waitforexit Pin
Dave Kreskowiak2-May-09 5:22
mveDave Kreskowiak2-May-09 5:22 
GeneralRe: waitforexit Pin
hrishi3212-May-09 5:11
hrishi3212-May-09 5:11 
GeneralRe: waitforexit Pin
Dave Kreskowiak2-May-09 5:26
mveDave Kreskowiak2-May-09 5:26 
Questionhide TaskBar with the form Pin
hrishi3212-May-09 4:22
hrishi3212-May-09 4:22 
AnswerRe: hide TaskBar with the form Pin
Eddy Vluggen2-May-09 4:40
professionalEddy Vluggen2-May-09 4:40 
QuestionDirListBox control in vb.net2005 Pin
hrishi3212-May-09 4:18
hrishi3212-May-09 4:18 
AnswerRe: DirListBox control in vb.net2005 Pin
Dave Kreskowiak2-May-09 4:47
mveDave Kreskowiak2-May-09 4:47 
GeneralRe: DirListBox control in vb.net2005 Pin
hrishi3212-May-09 4:57
hrishi3212-May-09 4:57 
GeneralRe: DirListBox control in vb.net2005 Pin
Henry Minute2-May-09 5:15
Henry Minute2-May-09 5:15 
GeneralRe: DirListBox control in vb.net2005 Pin
Dave Kreskowiak2-May-09 5:21
mveDave Kreskowiak2-May-09 5:21 
Questionwindowstate maximized : form_activate executes before form_load Pin
nishkarsh_k2-May-09 2:24
nishkarsh_k2-May-09 2:24 
AnswerRe: windowstate maximized : form_activate executes before form_load Pin
Dave Kreskowiak2-May-09 4:58
mveDave Kreskowiak2-May-09 4:58 
GeneralRe: windowstate maximized : form_activate executes before form_load Pin
nishkarsh_k3-May-09 17:28
nishkarsh_k3-May-09 17: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.