Ampersand as Ampersand in mdi tab

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top