Click here to Skip to main content
15,886,067 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Run a .WAV file Pin
Dave Kreskowiak15-Nov-04 9:06
mveDave Kreskowiak15-Nov-04 9:06 
GeneralRe: Run a .WAV file Pin
Dave Kreskowiak15-Nov-04 9:09
mveDave Kreskowiak15-Nov-04 9:09 
GeneralRe: Run a .WAV file Pin
pht999916-Nov-04 21:43
pht999916-Nov-04 21:43 
GeneralRe: Run a .WAV file Pin
Dave Kreskowiak17-Nov-04 15:38
mveDave Kreskowiak17-Nov-04 15:38 
GeneralGone Backwards! :( Pin
Ray Cassick10-Nov-04 15:15
Ray Cassick10-Nov-04 15:15 
QuestionHow to show a form after closing it .. Pin
Modern_night10-Nov-04 13:56
Modern_night10-Nov-04 13:56 
AnswerRe: How to show a form after closing it .. Pin
Christian Graus10-Nov-04 14:25
protectorChristian Graus10-Nov-04 14:25 
GeneralRe: How to show a form after closing it .. Pin
Fade (Amit BS)10-Nov-04 15:49
Fade (Amit BS)10-Nov-04 15:49 
The reason the child form is destroyed is becuase you loss all references to it.

if your working in vb.net you need to create a variable in a different class, holding a reference to your created form, or the reference can be 'Shared' (which i don't reccommend)

if you are working in vb6, you can try do the same as for the .net (but i'm not sure if it would work) or try to create the form in a different parent form.

you can also monitor the form's 'Closing' event(.net) or 'QueryUnload' event(vb6) and then you can cancel the termination of the form and just hide it. in both cases you need to set the 'Cancel' parameter to 'True'.

Fade (Amit BS)
AnswerRe: How to show a form after closing it .. Pin
Steven Campbell11-Nov-04 6:48
Steven Campbell11-Nov-04 6:48 
GeneralRe: How to show a form after closing it .. Pin
Modern_night11-Nov-04 9:40
Modern_night11-Nov-04 9:40 
GeneralRe: How to show a form after closing it .. Pin
Steven Campbell11-Nov-04 14:48
Steven Campbell11-Nov-04 14:48 
GeneralRe: How to show a form after closing it .. Pin
Modern_night12-Nov-04 10:41
Modern_night12-Nov-04 10:41 
GeneralRe: How to show a form after closing it .. Pin
jamesbronw15-Nov-04 16:39
jamesbronw15-Nov-04 16:39 
QuestionMessenger users online/offline? Pin
[DK]KiloDunse10-Nov-04 13:10
[DK]KiloDunse10-Nov-04 13:10 
AnswerRe: Messenger users online/offline? Pin
Christian Graus10-Nov-04 13:23
protectorChristian Graus10-Nov-04 13:23 
GeneralRe: Messenger users online/offline? Pin
Anonymous10-Nov-04 13:27
Anonymous10-Nov-04 13:27 
GeneralRe: Messenger users online/offline? Pin
Christian Graus10-Nov-04 13:36
protectorChristian Graus10-Nov-04 13:36 
GeneralRe: Messenger users online/offline? Pin
[DK]KiloDunse10-Nov-04 13:41
[DK]KiloDunse10-Nov-04 13:41 
GeneralRe: Messenger users online/offline? Pin
Christian Graus10-Nov-04 13:54
protectorChristian Graus10-Nov-04 13:54 
GeneralRe: Messenger users online/offline? Pin
[DK]KiloDunse10-Nov-04 13:58
[DK]KiloDunse10-Nov-04 13:58 
AnswerRe: Messenger users online/offline? Pin
Ray Cassick10-Nov-04 15:16
Ray Cassick10-Nov-04 15:16 
GeneralRe: Messenger users online/offline? Pin
[DK]KiloDunse10-Nov-04 15:20
[DK]KiloDunse10-Nov-04 15:20 
GeneralRe: Messenger users online/offline? Pin
Fade (Amit BS)10-Nov-04 15:41
Fade (Amit BS)10-Nov-04 15:41 
GeneralRe: Messenger users online/offline? Pin
[DK]KiloDunse10-Nov-04 15:48
[DK]KiloDunse10-Nov-04 15:48 
Generalconnecting two datatables within a dataset and forming relation HELP Pin
cavall10-Nov-04 11:27
cavall10-Nov-04 11:27 

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.