Mamba Posted December 6, 2006 Posted December 6, 2006 Is there a way to create a window with a high, from the top of the scren (0) till taskbar? not @DektopHigh?
Valuater Posted December 6, 2006 Posted December 6, 2006 (edited) GUICreate("test",0,0,GUICreate ( "title" [, width [, heightNVM, Larry fixed that8) Edited December 6, 2006 by Valuater
Mamba Posted December 6, 2006 Author Posted December 6, 2006 0, tnx for the answer Larry. But i have another question :"> When a maximize the window it goes under the taskbar, is anithing that i can do?
ReverendJ1 Posted December 6, 2006 Posted December 6, 2006 (edited) I do not mean to be picky, but that will not work in all cases. My taskbar takes up two rows, i.e. is 100 pixels (I have one row for quick launch, the other for my running programs). I don't have a better solution, although I just tried googling to see if there is a registry key that the taskbar size is stored in, but didn't turn up anything. **EDIT** Disregard this post, I guess I took too long Googling and it was answered more thoroughly. Edited December 6, 2006 by ReverendJ1
Mamba Posted December 6, 2006 Author Posted December 6, 2006 Valuater said: WinSetOnTop ( "title", "text", flag )8)Is not working Is on top, but not over taskbar
Mamba Posted December 6, 2006 Author Posted December 6, 2006 Larry said: You can hide the taskbar... WinHide or WinSetState or WinShow the "classname=Shell_TrayWnd"Lar.Is workin even with a Non Microsoft Windows Theme?
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