Paulie Posted July 3, 2006 Posted July 3, 2006 I really need a window that looks like a tooltip, (it doesn't need to look like a speech bubble or whatever) but it needs to not have a title bar, and not appear on the taskbar. I just cant find the right style, any ideas? ty
Xenobiologist Posted July 3, 2006 Posted July 3, 2006 HI, maybe Splash (Text, Image) could fit your needs?! So long, 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
Paulie Posted July 3, 2006 Author Posted July 3, 2006 (edited) HI,maybe Splash (Text, Image) could fit your needs?!So long,MegaThat could work, but I'd have to recinfigure my whole script, and i also need to be able to change the color of the window like i can in GUI.Edit: i guess it won't work it appears that on;y one splash window can be open at once, and i'm gonna need the ablility for more windowsIs there really no styles? Edited July 3, 2006 by Paulie
Emperor Posted July 3, 2006 Posted July 3, 2006 Perhaps this? GUICreate("", 300, 200, -1, -1, $WS_POPUP, BitOR($WS_EX_TOPMOST, $WS_EX_TOOLWINDOW))
Paulie Posted July 3, 2006 Author Posted July 3, 2006 Perhaps this? GUICreate("", 300, 200, -1, -1, $WS_POPUP, BitOR($WS_EX_TOPMOST, $WS_EX_TOOLWINDOW))Thanks man thats perfect... not thinking stright today
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