Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can object of a DLL can be created by vbscript
#1
Solved: 10 Years, 9 Months ago
My Application is a desktop one,
For security purpose xml's are being encrypted.
If I want to acces those files via vbscript i will get the encrypted data.
I have been provided a dot net dll which is providing a method to encrypt and Decrypt.
I have to just pass the file to it, and it will create the plain xml file.

Any help is greatly appreciated.
Reply
#2
Solved: 10 Years, 9 Months ago
I heard many times but i dont know.can i know what is the meaning of DLL?

Regards
Raj
Reply
#3
Solved: 10 Years, 9 Months ago
A DLL can consists of set of functions, data etc.
A single DLL can be used by different applications, if they have to excute same type of actions(functions) thus saving the disk space.

Usage: Static , Dynamic

In static A DLL will be loaded into memory and its functions are used, where as in Dynamic on purpose the DLL will be loaded into memory.

By USing customised DLL's we can acces different functions like encryption algorithms, performing some actions etc.

I am a beginner only, this is what i know:-).
Reply
#4
Solved: 10 Years, 9 Months ago
Thanks for the information.

Regards
Raj
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [UFT 12.52/VBScript] Test object exist, is visible and enabled before take an action sparkwanted 0 3,445 02-07-2017, 12:28 AM
Last Post: sparkwanted
  Running .dll files Aurodeepta 1 2,397 08-22-2012, 03:18 PM
Last Post: sshukla12
  Test COM and ATL DLL objects using VBScripting sree.85 0 1,902 08-16-2012, 01:00 PM
Last Post: sree.85
  VBS to DLL to QTP ssco77 5 11,852 12-16-2011, 01:21 PM
Last Post: prashants1
  Calling dll C# in VBScript nacchio 0 3,049 10-11-2011, 07:32 PM
Last Post: nacchio

Forum Jump:


Users browsing this thread: 1 Guest(s)