PDA

View Full Version : Not actually Modal in VB 6.0


netharam
08-01-2002, 04:06 PM
Hi, I have two forms in VB 6.0 one (form2) is a smaller form (in size) & the other form1 is fullscreen.Now I have made form2 Modal to Form1 as


form2.show Modal,form1


When form2 is clicked it is hidden & the parent frame is left on the screen.Now Even when 'form2' is visible i.e Modal to form1 I'm able to click on the button in form1 & execute it.How can I stop this.Is this really Modal? Plz.reply me with the best result.