Login | |
|
 |
RE: [help]A Problem about hta code - 9/28/2005 12:22:25 AM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
I think your using the wrong class object (I don't have MSCommon.Dialog) You could try this, but there are license issues with this one (discussed in this topic) Set Dlg = CreateObject("MSComDlg.CommonDialog") Or you could use Set Dlg = CreateObject("UserAccounts.CommonDialog") HTH
|
|
| |
|
|
|
 |
RE: [help]A Problem about hta code - 9/28/2005 9:13:48 PM
|
|
 |
|
| |
TNO
Posts: 1302
Score: 12
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
From Microsoft's Scripting Guy: quote:
This dialog box is actually used in the User Accounts control panel (Nusrmgr.cpl) found in Windows XP (and if you’re wondering, yes, that means that it only works under Windows XP). It’s a real-live File Open dialog box, with just one real limitation: it’s best for selecting a single file at a time (it’s possible to create a multi-select dialog box, but it’s a bit different in appearance, and a bit goofy to use). More info: http://blogs.msdn.com/gstemp/archive/2004/02/17/74868.aspx
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|