View Single Post
  #9 (permalink)  
Old 08-11-2006, 01:12 PM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Rep Power: 10
hoser2001 is on a distinguished road
Default

ah, sorry about the password (it's 'admin' btw)

My problem is that when I bring up a child form (Connect) button for example to bring up the form to enter database user and pwd, I have to in my code set the visible properties to the controls on the parent form to false, then to true on the child forms on closing event to be able to see the child forms at all. What I'm thinking is that I need to not use MDI function but use a ShowDialog on the form and I think that would give me the same functionality as an MDI child (minus the inherentence stuff of course).
Reply With Quote