I have an application that uses mdi. If a file that is an mdi child has an
ampersand in the name of the file, the ampersand is getting read as a hotkey
in the tab text.
Does anyone know of a way in vb.net to make sure that the ampersand is
represented as an ampersand and not as a hotkey.
Thanks for your help!
-J
You have to double up the ampersand.
e.g., Save && Close

Signature
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter & VB to C++ converter
Instant J#: VB to J# converter
> I have an application that uses mdi. If a file that is an mdi child has an
> ampersand in the name of the file, the ampersand is getting read as a hotkey
[quoted text clipped - 6 lines]
>
> -J