-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In XP, you can use VBScript with the UserAccounts.CommonDialog object to bring up a File Open dialog (as described here), but apparently this does not work under Vista.
Is there a VBScript method for File-Open dialogs that will work for both?
Or even one that will work nicely for Vista?
Disclaimer:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there any way to automate a opening files with open dialog box on Mac OS? The application asks user to open files with the standard open dialog box. But I need open files automatically.
The idea is to write script or a small application which will click the button in the target application to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a COM OCX control that I need to automate. It has a method called Open() this method is called without parameters, and always displays an open file dialog (standard one with windows).
Is there a way for me to somehow get the file open dialog to open a file I specify , then close the dialog…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to know how can we open a file dialog from withing a class module in vb6. I know how to do in forms, but I have to open it from within a class module.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I am using FontDialog control in vb.net application. When I set its ShowColor property to true, it shows me StrikeOut, Underline and Color option under Effects group. I need only color from these three. Is there any way to hide Strikeout and underline effects, so that only Color option will…
>>> More