dcop Posted October 28, 2008 Posted October 28, 2008 GUICtrlSetData($aLabel[29], "&") gets me a - or a _ but if I put it in a nsgbox it displays fine as a '&' TIA, Dennis
Josbe Posted October 28, 2008 Posted October 28, 2008 GUICtrlSetData($aLabel[29], "&") gets me a - or a _ but if I put it in a nsgbox it displays fine as a '&' TIA, DennisTry: GUICtrlSetData($aLabel[29], "&&") AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
dcop Posted October 28, 2008 Author Posted October 28, 2008 Try: GUICtrlSetData($aLabel[29], "&&") DOH!!! 2 and a half years and I just ran into this now.....thanx Josbe
Josbe Posted October 28, 2008 Posted October 28, 2008 Another way, adding the style: $SS_NOPREFIX to Label Control.GUICtrlCreateLabel("MyLabel", 80, 72, 36, 17, $SS_NOPREFIX)oÝ÷ ØçÜ¢êì{*.Â¥vwu«m¢®¶sb6æ6ÇVFRfÇCµ7FF46öç7FçG2æS2fwC AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
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