|
-
Apr 27th, 2004, 05:06 PM
#1
Thread Starter
New Member
ActiveX component can't create object...
Hi all, I wrote a program in VB 6.0 which uses the regedit cmd. The program works just fine on my machine using WinXP, but when I install it on a Win98 machine, I get error 429 AcitveX component can't create object. Does anyone know why this is happening, or anyway to fix it? Any help would be appreciated.
-
Apr 27th, 2004, 05:28 PM
#2
Thread Starter
New Member
A bit more info
Here's the code that i'm using, if that helps at all
Set WshShell = CreateObject("WScript.Shell")
Demo = WshShell.RegRead("HKEY_CURRENT_USER\" _
& "Software\Bucci\Demo") 'check if it's the demo
-
Apr 30th, 2004, 04:36 PM
#3
you need to register the scrrun.dll file on the Win98 machine. Does it exist?
Dave
-
May 5th, 2004, 09:46 PM
#4
Thread Starter
New Member
**Resolved**
Thanks a lot Dave, I have been trying to fix this for a while, and it was easier then I thought...Thanks so much for your help, you saved me a lot of time and aggrivation.
-
May 6th, 2004, 07:35 AM
#5
YW!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|