- Home
- General Usage
- DCX Controls
- DCX Features
- About DCX
|
Window (embedded) |
This control enables you to dock a @window as a control on a dialog. The @window must be opened before any attempt to add it to the dialog.
You can dock any number of windows as long as each is a separate control.
Please take note that the windows are ejected when the dialog is closed.
|
Control Styles |
These control styles are available when creating a Window (embedded) control. Remember that the general styles disabled, group, hidden, notheme, tabstop and transparent apply to all DCX controls except the embedded Dialog and Window controls. |
@windowName |
There are no specific styles for this control. The style is used to determine which window is embedded. You may also specify a HWND to embed instead of a @windowName |
$xdid() Properties |
The $xdid identifier is a given mIRC alias that communicates with the DCX DLL to extract information in DCX controls. |
$xdid().wname |
Returns the name of the embedded window. |
Syntax: |
$xdid(dialog, ID).wname |
Example: |
$xdid(dcx, 4).wname |
Window (embedded) Events |
These events are fired when activity occurs in the Window (embedded) control. |
help |
Launched when you click on a control using the ? contexthelp button. |
Syntax: |
/cb_alias DNAME help ID |
Example: |
/cb_alias dcx help 4 |
|