Lord_Doominik Posted July 10, 2005 Posted July 10, 2005 is there a way to make a grey line like such in each window under the menu, without graphics? if not, is there a windows graphic available somewhere?
MSLx Fanboy Posted July 10, 2005 Posted July 10, 2005 (edited) You mean like File? I believe &File does that... Edited July 10, 2005 by MSLx Fanboy Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
jpm Posted July 10, 2005 Posted July 10, 2005 is there a way to make a grey line like such in each window under the menu, without graphics? if not, is there a windows graphic available somewhere?<{POST_SNAPBACK}>are you speaking about menu created with GUICtrlCreateMenuItem?If yes : the DOC is saying create an item with ""
therks Posted July 10, 2005 Posted July 10, 2005 Perhaps he means under the menu bar he wants a separator looking line? If that's the case, use a label control with the sunken style. GuiCtrlCreateLabel('', 0, 0, 200, 2, $SS_SUNKEN) My AutoIt Stuff | My Github
Lord_Doominik Posted July 10, 2005 Author Posted July 10, 2005 (edited) i want to have the long grey seperator UNDER the menu bar, yes...f.e.File Edit View Go----------------------------------------------------------- <-this linepageGuiCtrlCreateLabel('', 0, 0, 200, 2, $SS_SUNKEN)thx for your answer, it works! Edited July 10, 2005 by Lord_Doominik
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