Post

 Resources 

Console

Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 VBGamer
 VBGamer
 [HELP] ActiveX DLL

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List Spell Checker
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Insert an File
Check here to include your profile signature.
Check here to subscribe to this topic.
    

T O P I C    R E V I E W
PW7962 Posted - Jul 05 2006 : 10:39:06 AM
I have made ActiveX DLLs and tried to use ones made by other people, but I keep getting an error. The code should be %100 correct.

-I define a variable as the part of the activex dll I want it to be
dim name as dllpart
-Set the variable (This is where I get the error)
set name = new dllpart
-Unload the variable
set name = nothing

When i use the code for setting the variable I get this error:
Run-time error '429':  
  
ActiveX component can't create object


I do not see any problems with the code but I continue to get errors. Any help or thought would be appriciated. Thanks -PW
1   L A T E S T    R E P L I E S    (Newest First)
VBBR Posted - Jul 09 2006 : 12:31:25 PM
You need to register the variables with regsvr32. Although VB should do that automatically when you check the DLL in "References".

regsvr32.exe abcde.dll

VBGamer © Go To Top Of Page
This page was generated in 0.09 seconds. Snitz Forums 2000

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.