VB6 form won't show modally in Excel 
Author Message
 VB6 form won't show modally in Excel

I have a VB6 DLL with a form that I want to show modally. The DLL is
instantiated by a VBA Add-In in MS Excel 2002.

I do this:

     frmMyForm.Show vbModal

But I have complete control of Excel without dismissing the form, so
the form seems to be displaying modelessly, not modally.

I'm not sure what to try with the Show method's 2nd parameter. I've
tried this, but it didn't help:

     frmMyForm.Show vbModal, "Microsoft Excel"

What do I need to do?

Thanks,

Greg



Tue, 06 Dec 2005 13:04:06 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Can MDI child form be shown modally?

2. showing a form modally

3. ShowInTaskBar ignored when form shown modally in VB5

4. Excel DialogSheet won't .Show -- WHY?

5. Error: Form already displayed; can't show modally message when showing modal form

6. form won't show up

7. Form won't show on some computers

8. Help! MDI Child Form won't show

9. Control.Text Property won't show up on form

10. ActiveX DLL events won't fire when DLL shows Modal Form

11. Entire Form Won't Show

12. tabbing problems when showing .net form form vb6

 

 
Powered by phpBB® Forum Software