Tool Download

Subclassing-ActiveX

enables the subclassing of window forms

Tool Name:

Subclassing-ActiveX

Tool Version: 1.0

Tool Type: Shareware

Tool Cost In: 5 US$

Tool Target Platform:

Tool OS Support: WinOther,Win98,Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,WinServer,WinVista,WinVista x64

Limitations: Shareware info message of the author.

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
Enables the subclassing of window forms, that means the interception and execution of their messages. The system administered messages can be supplemented or substituted.

Long Description 1:
The control element accomplishes a subclassing for a window stated by its handle. The window function is the function of a window, which completely determines the behavior of the window (and thus the reaction of the window to user inputs). This window function is replaced by another function by the Subclassing component. This function then can be freely defined in the Message event of the Subclassing control element (MS Windows API programming).

Long Description 2:
The control element accomplishes a subclassing for a window stated by its handle. The window function is the function of a window, which completely determines the behavior of the window (and thus the reaction of the window to user inputs). This window function is replaced by another function by the Subclassing component. This function then can be freely defined in the Message event of the Subclassing control element (MS Windows API programming). It is possible to either replace (StopMessage = True) or only to supplement the original window function (StopMessage = False). The latter aspect is called also Superclassing.