Wooltown Posted March 7, 2007 Posted March 7, 2007 How do I easiest draw a sunken line, as in the helpfile between the icons and the tabs?
BigDod Posted March 7, 2007 Posted March 7, 2007 Not sure what you want, is this it? #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("AForm1", 633, 454, 193, 115) $Graphic1 = GUICtrlCreateGraphic(48, 104, 273, 2, BitOR($SS_NOTIFY,$SS_SUNKEN)) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
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