Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getdir+create new dir
Message
From
25/01/2000 16:48:02
 
 
To
25/01/2000 16:16:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00316347
Message ID:
00322427
Views:
23
>>>Is there a way to access the API that is used in the setup which allows you to select a folder to install into and creates it if it does not exist. The name at the top of the window say "Create Folder". Can this be done in VFP without using the API?
>>
>>Take a look at Bela Bodecs' BBGETDIR.OCX ActiveX control, which can be downloaded from here on UT.
>
>Ed,
>
>Tried the Shell.Application example you posted here. For some reason I'm getting "Class Not Registered" on the CREATEOBJECT("Shell.Application") call. I ran regsvr32 on SHDOCVW.DLL and it returned "success" but it still doesn't work. Any ideas what I could be missing?
>

SP3 added the correct version of Shell to NT 4.0, the correct provider for the object is currently SHDOC401.DLL - C:\WINNT\System32\SHDOC401.DLL, at version 5.00.2919.6304 on my NT box here. You might try adding the WSH from the msdn.microsoft.com/scripting site and reapplying SP5 if you've reason to suspect you might've rolled back because of loading something from the NT distribution disk, although the necessary shell components should already be present. The updated shell components came in at SP3, so SP5 should be OK, SP6 is in wide use, and SP6a is availalble. I'm running at SP6, IE 5.00.2919.6307 on this box, and it runs fine.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform