Version: 2.88.174.7
Released: 2008-06-26 20:10:53
Language: English
Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000,Windows2003
File Size: 1.49MB
Price: $69.99
Download GadgetX Software
DescriptionFeatures
Load any Windows 32bit
DLL
Call any function from a 32bit DLL
Host
ActiveX controls in the
VDS dialog using a builtin client container
Access the IDispatch interface with simple wrapper functions and commands called OLE and @OLE()
Simple wrapper funtions for the IPicture interface to load images into ActiveX controls that need them like
BMP
JPG
GIF
WMF
Access COM Interfaces by calling the vTable methods directly at runtime
Built in Windows Toolbar control
Translucent painting of bitmaps on the VDS dialog with alpha blending works in Win9x and above
Map the VDS dialog to the transparent parts of a bitmap works in Win9x and above
Printing the VDS dialog elements or the dialog itself
Access to C's memory management funtions through a simple wrapper command and function called MEM you get direct access to
malloc
calloc
memcpy
memmove
sizeof
free
Unlimited variable definitions with multiple variable types
Build Structures and access the members of the structures by thier names
bitwise operations like
AND
OR
NOR same as NOT
XOR
LSHIFT
RSHIFT
SWAPWORD
SWAPBYTE
several C macros now native like
MAKELONG
MAKEWORD
MAKELPARAM
MAKEWPARAM
LOWORD
HIWORD
LOBYTE
HIBYTE
special variable types like
64 bit integers
DECIMAL
CURRENCY
VARIANTS
SAFEARRAYS
GUIDS
ability to call any STL functions from the C runtime like
printf
sprintf
fopen
No need to pre-define API functions you can now define them and use them on 1 line of vds code
Ability to use API functions that need CALLBACK functions like
EnumWindows
EnumChildWindows
Ability to hook window API messages
Ability to make a shellfolder into a live VDS menu item
multiple ways to pass data between 2 VDS applications