Unicode Controls & Classes for VB6 - Version 4

cUniWindow Class

Creates and manages a subclassed window

Enums
Name Description
Events
Name Description
Properties
Name Type Description
Class (String) Returns the window class name
Methods
Name Type Description
WindowClassRegister (Boolean) Registers the window class, call this before creating windows--unless one of the predefined window classes is required.
WindowClassUnregister Unregisters the previous registered class
WindowCreate (Long) Creates a window, returns the window handle
WindowDestroy (Boolean) Destroys the internal window
Remarks