Using COM/OLE to Control FileLink |
Top Previous Next |
It is possible to control FileLink from your own custom application written in C++, Visual Basic, VBScript, or other COM/OLE enabled programming language. Anything a script can do -- and much more -- is possible under programmatic control via FileLink's COM/OLE interface.
FileLink is capable of significantly more complex file transfer sessions by having a custom application program written in a COM/OLE programmatic interface (or API) enabled programming language.
Complete sample Visual C++ and Visual Basic projects are included within FileLink package to give you an example of how COM/OLE programming is done.
A simple VBScript sample program may be seen here.
|