|
-
October 14th, 1999, 01:19 AM
#1
How to show a form as a Modal dialog box
Hi... I want the main form of my VB application to be a modal dialog box of other window. How can I do it?
Thanks
Jaime
-
October 14th, 1999, 01:23 AM
#2
Re: How to show a form as a Modal dialog box
-
October 14th, 1999, 09:31 AM
#3
Re: How to show a form as a Modal dialog box
Hi..
And I have to place it in Form_Load() method?. How can I specify which window is the parent? I want to make the Main form as Modal... that's my problem... the goal is to pass in the command line the Handle of the window that has executed the VB application, so the Form will be shown as a dialog box of that application. Tha VB application is intended to be called from other program.
Thanks
Jaime
-
October 14th, 1999, 10:22 AM
#4
Re: How to show a form as a Modal dialog box
Ok, we're getting closer.
You want to make your main form a modal dialog of another app?
That cannot be done IMHO. At least, there is no easy way that I know of.
You'd have to create an ActiveXDLL.
All "modal" forms in VB are Application-modal.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|