Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: help with splash screen Pin
Dave Kreskowiak6-May-07 4:38
mveDave Kreskowiak6-May-07 4:38 
GeneralRe: help with splash screen Pin
Paul Conrad6-May-07 4:48
professionalPaul Conrad6-May-07 4:48 
GeneralRe: help with splash screen Pin
Dave Kreskowiak6-May-07 5:32
mveDave Kreskowiak6-May-07 5:32 
GeneralRe: help with splash screen Pin
Paul Conrad6-May-07 5:44
professionalPaul Conrad6-May-07 5:44 
AnswerRe: help with splash screen Pin
sumitarora7-May-07 0:00
sumitarora7-May-07 0:00 
Questionclose open forms in mdi-container Pin
Smithers-Jones5-May-07 5:25
Smithers-Jones5-May-07 5:25 
AnswerRe: close open forms in mdi-container Pin
manni_n5-May-07 11:19
manni_n5-May-07 11:19 
GeneralRe: close open forms in mdi-container Pin
Smithers-Jones5-May-07 22:01
Smithers-Jones5-May-07 22:01 
it's like this:
i want to close all open child forms in my mdi-container form - but not the container form - , when i confirm an openfiledialog.
the child forms show the contents of a database, and when i confirm the openfiledialog a new database is used in my programme. but i don't want the already open child forms to show the contents of the database used before, so all forms should be closed.
i tried it like this, but without success:
<br />
dim c as control<br />
for each c in form1.controls<br />
  if type of c is form then<br />
    dim f as form = ctype(c, form)<br />
    f.close<br />
  end if<br />
next<br />

GeneralRe: close open forms in mdi-container Pin
Dave Kreskowiak6-May-07 4:32
mveDave Kreskowiak6-May-07 4:32 
GeneralRe: close open forms in mdi-container Pin
Smithers-Jones6-May-07 4:36
Smithers-Jones6-May-07 4:36 
QuestionDoubt Pin
Dileep_Vickey5-May-07 1:46
Dileep_Vickey5-May-07 1:46 
AnswerRe: Doubt Pin
Xandip5-May-07 1:51
Xandip5-May-07 1:51 
AnswerRe: Doubt Pin
CPallini5-May-07 2:23
mveCPallini5-May-07 2:23 
AnswerRe: Doubt Pin
Arun.Immanuel5-May-07 2:43
Arun.Immanuel5-May-07 2:43 
AnswerRe: Doubt Pin
Guffa5-May-07 4:10
Guffa5-May-07 4:10 
GeneralRe: Doubt Pin
Paul Conrad5-May-07 5:14
professionalPaul Conrad5-May-07 5:14 
GeneralRe: Doubt Pin
Dave Kreskowiak5-May-07 5:17
mveDave Kreskowiak5-May-07 5:17 
GeneralRe: Doubt Pin
Paul Conrad5-May-07 5:21
professionalPaul Conrad5-May-07 5:21 
GeneralRe: Doubt Pin
CPallini5-May-07 6:39
mveCPallini5-May-07 6:39 
GeneralRe: Doubt Pin
Arun.Immanuel5-May-07 6:55
Arun.Immanuel5-May-07 6:55 
GeneralRe: Doubt Pin
P P Vilsad6-May-07 4:46
P P Vilsad6-May-07 4:46 
QuestionIs it Possible? Please help me Pin
hisuman1005-May-07 0:59
hisuman1005-May-07 0:59 
AnswerRe: Is it Possible? Please help me Pin
Xandip6-May-07 20:32
Xandip6-May-07 20:32 
GeneralRe: Is it Possible? Please help me Pin
hisuman1006-May-07 21:59
hisuman1006-May-07 21:59 
Questionhow to run the progresbar.......?? Pin
Xandip5-May-07 0:54
Xandip5-May-07 0:54 

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.