Killer Posted April 19, 2006 Posted April 19, 2006 Need help to type in a & to display out on a texbox. The & just wouldn't show.
neogia Posted April 19, 2006 Posted April 19, 2006 I might be confused, but: MsgBox(0,"","&") should work just fine. [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
Killer Posted April 19, 2006 Author Posted April 19, 2006 I might be confused, but: MsgBox(0,"","&") should work just fine. Sorry for he confusion. I am trying to get the & to display in a tab. $tab1=GUICtrlCreateTabitem ('Art & Music')
neogia Posted April 19, 2006 Posted April 19, 2006 (edited) I figured it out, "&" directly before another character means to underline that character and make it and Alt hotkey. So, "&Next" for the title of a button will underline the "N" and make it so that if you press Alt+N, it will activate that button. In your case you need to use "&&", and it will display a single "&". Edited April 19, 2006 by neogia [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
neogia Posted April 19, 2006 Posted April 19, 2006 No problem, I actually didn't realize that until you brought it up, so Thank You! [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
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