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

Visual Basic

 
QuestionRe: Moving files Pin
steve_rm13-Aug-07 5:52
steve_rm13-Aug-07 5:52 
AnswerRe: Moving files Pin
Tom Deketelaere13-Aug-07 20:57
professionalTom Deketelaere13-Aug-07 20:57 
QuestionMDI form closing Pin
Marcus J. Smith13-Aug-07 3:43
professionalMarcus J. Smith13-Aug-07 3:43 
AnswerRe: MDI form closing Pin
mr_lasseter13-Aug-07 3:51
mr_lasseter13-Aug-07 3:51 
GeneralRe: MDI form closing Pin
Marcus J. Smith13-Aug-07 4:23
professionalMarcus J. Smith13-Aug-07 4:23 
GeneralRe: MDI form closing Pin
mr_lasseter13-Aug-07 5:05
mr_lasseter13-Aug-07 5:05 
GeneralRe: MDI form closing Pin
Marcus J. Smith13-Aug-07 5:09
professionalMarcus J. Smith13-Aug-07 5:09 
GeneralRe: MDI form closing Pin
mr_lasseter13-Aug-07 5:27
mr_lasseter13-Aug-07 5:27 
I am assuming you have code that executes after the close call and you want to prevent this code from executing. I believe you have 2 options:

1. You can count the number of Mdi child forms that are being displayed before and after you call to AcitveMDIChild.Close. If the count changes you know the form closed otehrwise something has prevented to from closing.

2. Move all the code after the call to Me.ActiveMdiForm.Close to a different function that handles an event from the MDIChild when the form actually closes.

Hope that helps.



Mike Lasseter

QuestionUser resizing of column in datagrid Pin
GuyThiebaut13-Aug-07 3:37
professionalGuyThiebaut13-Aug-07 3:37 
Questiondatabase connectivity between visual basic 6.0 and oracle 8.0 Pin
prashanna kumar13-Aug-07 3:28
prashanna kumar13-Aug-07 3:28 
AnswerRe: database connectivity between visual basic 6.0 and oracle 8.0 Pin
mr_lasseter13-Aug-07 3:53
mr_lasseter13-Aug-07 3:53 
Questionfilter error!! Pin
shapinuva13-Aug-07 2:42
shapinuva13-Aug-07 2:42 
AnswerRe: filter error!! Pin
Christian Graus13-Aug-07 8:21
protectorChristian Graus13-Aug-07 8:21 
QuestionHow can I change the numeral shapes to arabic? Pin
Mic Mathi13-Aug-07 2:42
Mic Mathi13-Aug-07 2:42 
QuestionPlease help me how to connect to LDAP using vb.net Pin
RichardBlare13-Aug-07 2:34
RichardBlare13-Aug-07 2:34 
AnswerRe: Please help me how to connect to LDAP using vb.net Pin
Craster13-Aug-07 3:54
Craster13-Aug-07 3:54 
GeneralRe: Please help me how to connect to LDAP using vb.net Pin
RichardBlare13-Aug-07 4:30
RichardBlare13-Aug-07 4:30 
GeneralRe: Please help me how to connect to LDAP using vb.net Pin
Craster13-Aug-07 4:32
Craster13-Aug-07 4:32 
QuestionTransparent layer/control.. Pin
DalePurdon13-Aug-07 1:43
DalePurdon13-Aug-07 1:43 
AnswerRe: Transparent layer/control.. Pin
Tom Deketelaere13-Aug-07 2:34
professionalTom Deketelaere13-Aug-07 2:34 
AnswerRe: Transparent layer/control.. Pin
Dave Kreskowiak13-Aug-07 4:20
mveDave Kreskowiak13-Aug-07 4:20 
QuestionHelp required regarding the Network down/Database down issue in VB6 Pin
nsurendran13-Aug-07 1:04
nsurendran13-Aug-07 1:04 
QuestionRTF files manipulation without using builtin controls Pin
misaw7513-Aug-07 0:25
misaw7513-Aug-07 0:25 
QuestionHow to make certain Columns in a datagrid Read only in vb.net Pin
Vimalsoft(Pty) Ltd12-Aug-07 23:54
professionalVimalsoft(Pty) Ltd12-Aug-07 23:54 
AnswerRe: How to make certain Columns in a datagrid Read only in vb.net Pin
i gr813-Aug-07 7:54
i gr813-Aug-07 7: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.