Kr00l I'm having an issue with the CommonDialog. I placed one on MDIForm1, then I need to use it from some module:
This results in:Code:Dim cDlg As VBCCR16.CommonDialog Set cDlg = MDIForm1.ComDlg
Same if I do:Run-time error: '13':
Type mismatch
I now looked inside MDIForm1.frm and see this:Code:Dim cDlg As CommonDialog Set cDlg = MDIForm1.ComDlg
How do I place a VBCCR16 CommonDialog instead of a MSComDlg? I only have one CommonDialog button in the Toolbox...Code:Begin MSComDlg.CommonDialog ComDlg
![]()




Reply With Quote