Tagged Questions

1
vote
3answers
2k views

VB6 application requiring comdlg32.ocx, running on windows server 2008

I have a legacy vb6 application that needs to run on a server 2008 machine. I have been unable to get comdlg32.ocx to register, which the application depends on. Any suggestions?
0
votes
1answer
122 views

Autoinstall Comdlg32.ocx?

I'm wanting to distribute an Excel spreadsheet with a form including a comdlg32.ocx component to a networked share. Windows 7 users likely won't have this component installed or registered. Is there ...
0
votes
3answers
498 views

Common Font Dialog (comdlg32.ocx) not working on Windows 7 calling from JavaScript in IE

I tried the font dialog in VB6 with a form app and it could launch font dialog, but when I tried to do the same in javascript, it failed with exception: Could not complete the operation due to error ...