How to set the property of the form as Modal

I am calling form2 from form1
Form2's propery I want to set as modal
How should I do this

Thanks


Answer this question

How to set the property of the form as Modal

  • hadipardis

    It works thanks
  • Flame Thrower

    I think you're talking about a dialog window style..... this is an example....

    Dim Window as new Form2
    window.showdialog()


    Let me know if it worked.....
    Bye

    Reynaldo

  • How to set the property of the form as Modal