Prepare for your Next Interview
This is a discussion on How to create an activeX object in VB Script? within the QTP forums, part of the Software Testing category; How to create an activeX object in VB Script?...
|
|||
|
Re: How to create an activeX object in VB Script?
Hi,
Use the CreateObject method to create ActiveX Objects. Set cn = CreateObject("ADODB.Connection") Set objFSO = CreateObject("Scripting.FileSystemObject") Set a = CreateObject("ADOX.Catalog") Cheers.....
__________________
Regards, V.Umesh Krishnan QA Consultant |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Create testset in QC through WR script | p_senthil | WinRunner | 2 | 04-05-2008 02:59 AM |
| Script skips Marcomedia Flash Player ActiveX | Geek_Guest | QTP | 1 | 01-10-2008 08:57 PM |
| Create an array of object | vasundhara.jagdale | Java | 1 | 09-11-2007 01:43 AM |
| Why should we create a separate detail object | Geek_Guest | Data Warehousing | 0 | 05-09-2007 02:54 PM |
| Create Object | JobHelper | Java | 2 | 11-30-2006 01:45 AM |