Home > Archive > Visual Basic > September 2004 > Characters in Textbox
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Characters in Textbox
|
|
| Stan Hilliard 2004-09-15, 3:55 am |
| Is there a way to write an ampersand, "&", to a VB6 label?
Stan Hilliard
| |
| NickHK 2004-09-15, 3:55 am |
| Stan,
Double it up, i.e. "&&".
NickHK
"Stan Hilliard" <usenetreplyMS@samplingplansNOTSPAM.com> wrote in message
news:j7nek0dfc96af3oh2r4end0l8mu5o34bec@
4ax.com...
> Is there a way to write an ampersand, "&", to a VB6 label?
>
> Stan Hilliard
| |
| Stan Hilliard 2004-09-15, 3:55 am |
| On Wed, 15 Sep 2004 09:38:08 +0800, "NickHK" <TungCheWah@Invalid.com>
wrote:
>Stan,
>Double it up, i.e. "&&".
>
>NickHK
Thanks
>"Stan Hilliard" <usenetreplyMS@samplingplansNOTSPAM.com> wrote in message
> news:j7nek0dfc96af3oh2r4end0l8mu5o34bec@
4ax.com...
>
| |
| Randy Birch 2004-09-15, 3:55 am |
| .... or turn off the UseMnemonic property of the label.
--
Randy Birch
MS MVP Visual Basic
http://vbnet.mvps.org/
"Stan Hilliard" <usenetreplyMS@samplingplansNOTSPAM.com> wrote in message
news:9v7fk0de7ne2ofhhf6ojj590ek3qescso6@
4ax.com...
: On Wed, 15 Sep 2004 09:38:08 +0800, "NickHK" <TungCheWah@Invalid.com>
: wrote:
:
: >Stan,
: >Double it up, i.e. "&&".
: >
: >NickHK
:
: Thanks
:
: >"Stan Hilliard" <usenetreplyMS@samplingplansNOTSPAM.com> wrote in message
: > news:j7nek0dfc96af3oh2r4end0l8mu5o34bec@
4ax.com...
: >> Is there a way to write an ampersand, "&", to a VB6 label?
: >>
: >> Stan Hilliard
: >
:
|
|
|
|
|