jay Posted January 25, 2006 Posted January 25, 2006 (edited) 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 January 25, 2006 by jay
BigDod Posted January 25, 2006 Posted January 25, 2006 How do you get the controlID of a GUICtrlCreateInput or GUICtrlCreateButton...ThanksJayI 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
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