Projects

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

javaControl

Browsing readme.txt (1.41 KB)

-------------------------------------------------------------
                       javaControl
                Copyright � 2008 JaviteSoft
-------------------------------------------------------------

javaControl provides an active-x interface for interacting with
window objects and properties as well as an interface for menu
control. Other interfaces include a SysTray toolbar and Process
controller. Enumeration is available for all interfaces.

Source code written in Visual Basic 6 (VB6)

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

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

javaControl.clsWindowController - For Window Control
javaControl.clsMenuController - For Window Menu Control
javaControl.clsSysToolbar - For system tray control
javaControl.clsProcessController - For Process Control

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

The clsSysToolbar class only uses the Init function with no
arguments.

The clsProcessController class uses InitById, InitByWindow, or
InitByName.

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

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