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