JusGellin Posted October 26, 2007 Posted October 26, 2007 I was looking at some past code to help me understand useage of the tab control better. In a couple of examples the useage doesn't seem to match the Help document. For example From Help: GUICtrlCreateTab ( left, top [, width [, height [, style [, exStyle]]]] )But then some code used: GUICtrlCreateTab($tabName, $seH + 15, $seL * 110,$WS_MAXIMIZE,$WS_EX_TRANSPARENT ) None of the examples showed that first part as a tab name. Is that another useage available? It must be because it works. I found these examples at: http://www.autoitscript.com/forum/index.ph...;hl=dynamic+tab Thanks - just helping my understanding.
GaryFrost Posted October 26, 2007 Posted October 26, 2007 I was looking at some past code to help me understand useage of the tab control better. In a couple of examples the useage doesn't seem to match the Help document. For example From Help: But then some code used: GUICtrlCreateTab($tabName, $seH + 15, $seL * 110,$WS_MAXIMIZE,$WS_EX_TRANSPARENT ) None of the examples showed that first part as a tab name. Is that another useage available? It must be because it works. I found these examples at: http://www.autoitscript.com/forum/index.ph...;hl=dynamic+tab Thanks - just helping my understanding. 2 things: 1. that line is incorrect 2. its not needed SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
JusGellin Posted October 26, 2007 Author Posted October 26, 2007 2 things:1. that line is incorrect2. its not neededThanks
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