Accessing Functions in DLLs
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010
04:44 PM
03-16-2010
04:44 PM
Accessing Functions in DLLs
Hi all
I have a DLL which is developed in VB 6.0. I want to access functions in that particular DLL using TestComplete.I am using VB Script in TestComplete.
Can anybody help me in this regard.
You can contact me if extra information needed (for further clarity in my question) - sai_siddhu451@yahoo.co.in
Thanks in advance
Regards
Siddhardha
I have a DLL which is developed in VB 6.0. I want to access functions in that particular DLL using TestComplete.I am using VB Script in TestComplete.
Can anybody help me in this regard.
You can contact me if extra information needed (for further clarity in my question) - sai_siddhu451@yahoo.co.in
Thanks in advance
Regards
Siddhardha
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2010
09:42 PM
03-16-2010
09:42 PM
Hi,
There's no way to call functions from VB 6 DLLs directly. If your DLL implements an ActiveX object, you should be able to obtain this object in scripts and work with it.
There's no way to call functions from VB 6 DLLs directly. If your DLL implements an ActiveX object, you should be able to obtain this object in scripts and work with it.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2010
07:39 PM
03-18-2010
07:39 PM
Hi
My DLL implements ActiveX Object.
Please tell me how to access fucntions in the DLLs using Scripts
Regards
Siddhardha
My DLL implements ActiveX Object.
Please tell me how to access fucntions in the DLLs using Scripts
Regards
Siddhardha
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2010
09:17 PM
03-18-2010
09:17 PM
Hi,
See the "Working With COM Objects" help topic.
See the "Working With COM Objects" help topic.
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
