Tagged Questions
The comdlg32 tag has no wiki summary.
4
votes
1answer
102 views
Calling GetOpenFileName through JNA fails for Swing app
I'm trying to use the native Windows file dialog in Java, using JNA to call the comdlg32 function GetOpenFileName. I've made a static method, OpenFileDialog.display that looks like this:
public ...
1
vote
1answer
48 views
Visual studio 2008 crashing with VSS 2005
I've installed VSS 2005 and added a VS 2008 project. If I try to open the project by choosing File --> Open Project, then selecting Source Safe on the left and navigating to the either the .sln or ...
1
vote
1answer
109 views
How would one get a UTF-8/Unicode string from GetOpenFileName?
I'm developing an application in MinGW/C++ that uses Windows' common dialogs. The need has arisen to collect a file name that might have non-ASCII characters in it. Is there a flag or another option ...
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?
1
vote
3answers
3k views
ComDlg32.ocx Error: Object doesn't support this property or method
I'm developing an html editor using ComDlg32.ocx (Commom Dialog Control), using HTML and VBScript. My exact requirement was to prompt Open/Save/Color/Print/Font dialog boxes.Ive written code for ...
1
vote
3answers
506 views
Windows XP, HKCU\…\LastVisitedMRU maximum number of items allowed?
I have a scenario where I need to put together a script to add an entry to the following registry key for the current user:
...
0
votes
0answers
39 views
Visual Studio 2008 dynamic symbol loading
My application is using some Common Dialog functions like GetOpenFileName. Those functions work fine, but what is annoying is that the first time GetOpenFileName gets called Visual Studio loads some ...
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
1answer
1k views
Internet Explorer 9 (IE9) hangs after closing activex form e.g. common dialog (comdlg32.ocx)
my intranet app allows users to browse & print using the CommonDialog activeX control (comdlg32.ocx). This has worked fine IE6-IE8.
On IE9 client machines the common dialog is displayed as ...
0
votes
3answers
499 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 ...