English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ok, I have this large app. When a certain condition happens, a form is loaded on top of the form main. It's just a form.show and not a child form. The form contains 6 option buttons, 2 labels and a command button. The user clicks one of the 6 options, which enables the command button to unload the form. Oddly enough, if I stop the program (in the design environment) after closing this form, VB dies and has to be restarted. When compiled to an exe, there is no problem. I'm perplexed.

2007-07-12 13:38:26 · 2 answers · asked by steve.c_50 6 in Computers & Internet Programming & Design

Yeah, service packs are current. OS is XP ProSp2, computer is stock with no tweaks.

2007-07-12 14:41:45 · update #1

2 answers

do you have service pack 6 installed

2007-07-12 14:26:21 · answer #1 · answered by MarkG 7 · 0 0

If You want to unload form from within form itself then type me.unload or if you want to unload it from another form then type formname.unload if you want to unload a form that is a vbmodal then you can unload it through itself only by typing me.unload

2016-04-01 01:03:50 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers