Windows API - Searching a fonction

J

Jac Tremblay

Hi,
I am tryiing to find a function to encrypt some text or a file and the
corresponding decrypt function. In my search, i found some interesting
information but the code example is in ASP or C++ or something else but not
in VB or VBA. The information is also incomplete and practically unusable.
One of the links is:
http://msdn.microsoft.com/en-us/library/aa364021(VS.85).aspx
I would like to know if one can find a practical example of the declaration
in VBA along with an a simple example of call.
Actually, I would like to have access to a list of all the Windows API
fonctions and hot to use them in VB6 or VBA.
Note: I do not want a third party application that does the job.
Can someone help me, please?
Thanks
 
J

Jim Cone

Re: "I would like to have access to a list of all the Windows API
functions and how to use them in VB6 or VBA."

My list is 1500 pages long, contained in the "Visual Basic 5.0 -
Programmer's Guide to the Win32 API" by Dan Appleman
ISBN 1-56276-446-2
(only for the dedicated)

The "API Viewer 2004" is a free add-in with a display of all API
Subs and Functions; plus Types, Constants and Enumerations.
It allows you to copy any of them and paste directly into your code.
Properly installed you can access it from the Add-Ins menu in the VBE...
http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html#anchor3
--
Jim Cone
Portland, Oregon USA


"Jac Tremblay"
<[email protected]>
wrote in message
Hi,
I am tryiing to find a function to encrypt some text or a file and the
corresponding decrypt function. In my search, i found some interesting
information but the code example is in ASP or C++ or something else but not
in VB or VBA. The information is also incomplete and practically unusable.
One of the links is:
http://msdn.microsoft.com/en-us/library/aa364021(VS.85).aspx
I would like to know if one can find a practical example of the declaration
in VBA along with an a simple example of call.
Actually, I would like to have access to a list of all the Windows API
fonctions and hot to use them in VB6 or VBA.
Note: I do not want a third party application that does the job.
Can someone help me, please?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top