File->Settings->Resources allows one to link an external .vbs or .txt file which can contain functions & subs and what not, but that is not the same as using a third-party component library, which are often .DLLs. or using a built-in Windows libraries.
see what i mean? sm On Oct 12, 5:26 pm, Roman Zilber <[email protected]> wrote: > File->Settings->Resources is the way to manage libraries, there is another > way to use ExecuteGlobal, but I wouldn't recommend it. > > On Mon, Oct 12, 2009 at 12:37 PM, 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 -~----------~----~----~----~------~----~------~--~---
