Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gudfadern

  1. gudfadern

    Newbie need help to call function in ActiveX.dll

    Hi Culshaja Thankyou for your reply, though it wasn't complete. But it led me in the right direction. All I needed to do is figure out the bottom Line. The solution looks like: dim x dim Y set x = CreateObject("prjTest.cTest") y = x.RunApp (Argument1,Argument2,ETC...) remember to...
  2. gudfadern

    Newbie need help to call function in ActiveX.dll

    Hi I need to call an ActiveX.dll from whitin VBScript. I'm a newbie to VisualBasic 6.0. I have created and tested my Dll. Now I have to "trigger" it from whitin a program only supporting VBScript. I'ts not exactly the same syntax and stuff. The code (VB6)I used to test my DLL is...

Part and Inventory Search

Back
Top