Results 1 to 5 of 5

Thread: ActiveX component can't create object...

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    3

    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.

  2. #2

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    3

    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

  3. #3
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    you need to register the scrrun.dll file on the Win98 machine. Does it exist?

    Dave

  4. #4

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    3

    Thumbs up **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.

  5. #5
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961
    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
  •  



Click Here to Expand Forum to Full Width