#include <acknex.h> #include <windows.h> #define WS_EX_TOOLWINDOW 0x00000080L void main(){ wait(1); ShowWindow(hWnd, SW_HIDE) ; SetWindowLong(hWnd, GWL_EXSTYLE, GetWindowLong(hWnd, GWL_EXSTYLE) | WS_EX_TOOLWINDOW); ShowWindow(hWnd, SW_SHOW) ; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de