peethebee Posted May 24, 2005 Posted May 24, 2005 Hi! I would like to enlarge the title bar of any active window. I would enjoy to place my own icon right next to the "minimize"-Icon. Than i'd have to control it with e.g. a context menu. A hint could be a line of code I found in a script that disables the close-button of any window: ... $calcHwnd = WinGetHandle("Calculator") $menu = DllCall("user32.dll","hwnd","GetSystemMenu","hwnd", $calcHwnd, "int",0) DllCall("user32.dll", "int", "RemoveMenu", "hwnd", $menu[0] , "int", 0xF060, "int", 0x0);SC_CLOSE ... Thanks for your help, peethebee vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now