Hi,
How do i show form as modal.!
I use sample code,
- ...
- form1.Show vbModal ' but work on VB 6.0
- msgbox "Test"
- ....
but not work correctly! msgbx line not wait form close,
directly to show form & msgbox..
I need ex. of delphi "Form1.ShowModal"
thanks for help..