Extern, yeah that seems more like what I'm looking for. that seems
good for calling methods from external DLLs.

but im not sure that allows me to work with external objects in their
full (not merely calling methods via Extern).

im also still curious about how to use some of the Windows libraries,
such as "WScript.Network"...


thanks,
sm

On Oct 15, 1:33 pm, Prasad Dev <[email protected]> wrote:
> Use Extern or doing that
>
> Prasad
>
> On Tue, Oct 13, 2009 at 1:07 AM, SpaceMarine 
> <[email protected]>wrote:
>
>
>
>
>
> > hello,
>
> > id like to call some VB objects & methods that arent available to
> > VBScript by default. external or third-party email/database
> > components, etc.. for example if i linked the WScript.Network library
> > i could run these two lines:
>
> >   Set wshNetwork = WScript.CreateObject("WScript.Network")
> >   Print wshNetwork.ComputerName
>
> > ...but without linking the WScript object library that code of course
> > wont run.
>
> > where can i do something like that?
>
> > in File->Settings->Resources i found where one can associate
> > external .VBS function libraries, but this is really something
> > different than that.
>
> > thanks!
> > sm- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to