Click here to Skip to main content
16,018,202 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: contorl on word save message prompt Pin
jonathan1521-Jun-05 3:59
jonathan1521-Jun-05 3:59 
GeneralRe: contorl on word save message prompt Pin
Anonymous21-Jun-05 18:40
Anonymous21-Jun-05 18:40 
Generalcontrol on word save message prompt Pin
Anonymous20-Jun-05 21:44
Anonymous20-Jun-05 21:44 
GeneralWord application Instance closing in VB Pin
Anonymous20-Jun-05 20:12
Anonymous20-Jun-05 20:12 
GeneralRe: Word application Instance closing in VB Pin
jonathan1521-Jun-05 4:10
jonathan1521-Jun-05 4:10 
Generalcalling back a previous form.. Pin
icowa20-Jun-05 17:42
icowa20-Jun-05 17:42 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 17:44
icowa20-Jun-05 17:44 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 17:54
protectorChristian Graus20-Jun-05 17:54 
If Form1 is just hidden ( that is, if you make it not visible instead of closing it ), then you need to just show it again after the call to ShowDialog, your code in Form1 will not execute until ShowDialog ends ( that is, when Form2 is closed ).

If you dispose of Form1, then it is gone, and you need to make a new one, which will not remember anything about what state your first one was left in.


Christian Graus - Microsoft MVP - C++
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 17:59
icowa20-Jun-05 17:59 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 18:04
protectorChristian Graus20-Jun-05 18:04 
GeneralRe: calling back a previous form.. Pin
Anonymous20-Jun-05 18:35
Anonymous20-Jun-05 18:35 
GeneralRe: calling back a previous form.. Pin
Anonymous20-Jun-05 18:37
Anonymous20-Jun-05 18:37 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 18:39
protectorChristian Graus20-Jun-05 18:39 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 18:48
icowa20-Jun-05 18:48 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 18:53
protectorChristian Graus20-Jun-05 18:53 
GeneralRe: calling back a previous form.. Pin
Dave Kreskowiak21-Jun-05 2:36
mveDave Kreskowiak21-Jun-05 2:36 
GeneralRe: calling back a previous form.. Pin
lespaul3620-Jun-05 18:53
lespaul3620-Jun-05 18:53 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 19:00
protectorChristian Graus20-Jun-05 19:00 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:14
icowa20-Jun-05 19:14 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:18
icowa20-Jun-05 19:18 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 19:18
protectorChristian Graus20-Jun-05 19:18 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:21
icowa20-Jun-05 19:21 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 19:23
protectorChristian Graus20-Jun-05 19:23 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:24
icowa20-Jun-05 19:24 
GeneralRe: calling back a previous form.. Pin
lespaul3621-Jun-05 11:24
lespaul3621-Jun-05 11:24 

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.