| View previous topic :: View next topic |
| Author |
Message |
TimeSurfer Newbie
Joined: 01 Aug 2002 Posts: 12
|
Posted: Sat Jun 03, 2006 8:09 pm Post subject: Tutorial For Making VDS DLLs In VB6 |
|
|
Are there any tutorials for making dlls with Visual Basic 6 for use with VDS5???? _________________ T-i-m-e-S-u-r-f-e-r |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Jun 04, 2006 11:24 pm Post subject: |
|
|
| I just noticed DragonSphere's profile pic of gadget has has ActiveX inscribed in the pic. |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Mon Jun 05, 2006 3:11 pm Post subject: |
|
|
VTol,
Yes my GadgetX.dll is capable of calling and using pretty much any ActiveX control. You can check out the DLL's feature list at http://www.dragonsphere.net/products/index.html
It is possible to build VDS DLL's with Visual Basic but it does require extra work compared to Delphi and C/C++ also Visual Basic 6 and earlier required a runtime DLL of it's own so that made Visual Basic impractable as a language to build VDS DLL's but technically it is possible. To that I might add that any language that is capable of making a standard Win32 DLL is capable of making a VDS DLL if it has the ability to read a memory byte buffer. In Visual Basic you would have issues reading more than 1 parameter or argument for a command or function but it can technically be done. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
|