Jump to content

ControlID


jay
 Share

Recommended Posts

How do you get the controlID of a GUICtrlCreateInput or GUICtrlCreateButton...

I am trying to update a GUICtrlCreateInput

GUICtrlCreateLabel ("Path To FalconAF:", 2, 440, 100, 100, -1, -1)

$dirPath1 = GUICtrlCreateInput($dirPath, 100, 436, 275, 20)

$dirPath1 = GUICtrlSetData(controlID, $dirPath)

Thanks

Jay

Edited by jay
Link to comment
Share on other sites

How do you get the controlID of a GUICtrlCreateInput or GUICtrlCreateButton...

Thanks

Jay

I think you would do it like so.

$var = GUICtrlCreateButton...

Whenever you reqd to use the controlID you just use $var.


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

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...