winframe class
Description
Provides functions to handle a window.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.WinFrame.dll.
Caution : Rtype.WinFrame.dll is not included in the Cooker distribution archive. In order to use the class, please incorporate the dll file yourself.
DLL
Rtype.WinFrame.dll
fitter
Signature | Description |
winframe() | Get a new instance of winframe class. |
getter
Signature | Description |
Exists | Gets a value that indicates whether a window exists. |
Fitted | Gets a value that indicates whether an instance was already initialized. |
WindowHandle | Gets a window handle of a window. |
WindowTitle | Gets a title of a window. |
WindowState | Gets a value that indicates the state of a window. |
ProcessName | Gets a process name of a window. |
IsNormal | Gets a value that indicates whether a window has been displayed at normal size. |
IsMaximum | Gets a value that indicates whether a window is maximized. |
IsMinimum | Gets a value that indicates whether a window is minimized. |
Top | Gets a distance between the top of the screen and the top of a window. |
Left | Gets a distance between the left of the screen and the left of a window. |
Width | Gets a width of a window. |
Height | Gets a height of a window. |
TypeName | Gets the type name. |
UserData | Gets a numerical value that has been set in a window. |
setter
Signature | Description |
UserData(int) | Sets the numerical value to the window. |
method
Signature | Description |
Close() | Closes the window. |
MoveWindow(int,int,int,int) | Changes the position and size of the window. |
Activate() | Activates the window. |
Maximize() | Maximizes the window. |
Minimize() | Minimizes the window. |
Normalize() | Displays the window at the normal size. |
Downloads for latest version.
Downloads the winframe and wfpool class ver 1.0.0.0 for Any CPU.
Downloads the winframe and wfpool class ver 1.0.0.0 for x86.
Downloads the winframe and wfpool class ver 1.0.0.0 for x64.
Downloads the source of winframe and wfpool class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.