Hallo.
Ich arbeite mit einem wx Fenster, also Class wxWindowClassNR, wie auch VLC Player. Dieses Fenster hat einen X-Button, der Disabled ist, also es passiert nichts wenn man draufklickt, ich möchte diesen Button enablen (ich weiß zu 100% dass der Button nur deaktiviert ist).
In c++ wäre das mit dieser Funktion möglich:
Code
wxTopLevelWindow::EnableCloseButton
bool EnableCloseButton(bool enable = true)
Enables or disables the Close button (most often in the right upper corner of a dialog) and the Close entry of the system menu (most often in the left upper corner of the dialog). Currently only implemented for wxMSW and wxGTK. Returns true if operation was successful. This may be wrong on X11 (including GTK+) where the window manager may not support this operation and there is no way to find out.
Also denke ich, dass es auch in AutoIt geht, wohl mit SendMessage. Alleridings verstehe ich die Parameter nicht, bzw. verstehe nicht wie man auf den 3. + 4. Parameter kommt.
Wenn mir einer das erklären könnte oder eine Idee hat wär das sehr schön.
MfG
NoName