Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

WindowControl

Browsing readme.txt (1.27 KB)

-------------------------------------------------------------
                     WindowControl 1.3
                Copyright � 2008 JaviteSoft
-------------------------------------------------------------

WindowControl exposes an active-x interface which allows the user
to control a window object and properties. It can also manipulate
the menu structure of the window. Also included is a SysTray
interface for enumeration purposes.

Source code written in Visual Basic 6 (VB6)


-------------------------------------------------------------

To use the interfaces included with the DLL, use the following
prog ids:

WindowControl.clsWindowController - For Window Control
WindowControl.clsMenuController - For Window Menu Control
WindowControl.clsSysToolbar - For system tray control

Both window and menu controllers use InitByHandle or InitBywindow
to initialize the window object.

The clsSysToolbar only uses the Init function with no arguments.

-------------------------------------------------------------


All source code is GPL. For more information about the
General Public License please refer to license.txt.

For updates on this source and binary please visit
the JaviteSoft :: Projects in Development website at:

http://www.javitesoft.com

Download readme.txt

Back to file list


Back to project page