Cusem Posted February 14, 2008 Posted February 14, 2008 I noticed an AutoHotKey script that removed the Window Titlebar/Caption, however I can't get this script to work. It would be very useful though to remove the caption, since when multitabling you have more room to stretch the tables. Is it possible in AutoIT code (I don't know much about autohotkey) to remove a window titlebar/caption?
martin Posted February 14, 2008 Posted February 14, 2008 I noticed an AutoHotKey script that removed the Window Titlebar/Caption, however I can't get this script to work.It would be very useful though to remove the caption, since when multitabling you have more room to stretch the tables.Is it possible in AutoIT code (I don't know much about autohotkey) to remove a window titlebar/caption?You could use the window style $WS_POPUP which gives no caption and no borders. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Xenobiologist Posted February 14, 2008 Posted February 14, 2008 Hi, you mean something like _WinGetStyle and _WinSetStyle for any application window? Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
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