Jump to content

Tab Control


Recommended Posts

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.

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...