1. Showing '&' in windows
- Posted by Andy Drummond <andy at ?es?reltele.com> Nov 23, 2007
- 523 views
This is another simple thing I just cannot find the answer to. I need to display text with '&' in in CText boxes, but they always become hotkey identifiers - so "A & B" becomes "A _B" - which is not exactly what I want. Can someone help, please? I'm using WinXP and Win32Lib, of course... AndyD
2. Re: Showing '&' in windows
- Posted by Pete Lomax <petelomax at blueyo?der.co?uk> Nov 23, 2007
- 553 views
Andy Drummond wrote: > > This is another simple thing I just cannot find the answer to. > I need to display text with '&' in in CText boxes, but they always > become hotkey identifiers - so "A & B" becomes "A _B" - which is not > exactly what I want. > > Can someone help, please? I'm using WinXP and Win32Lib, of course... && works find in arwen, try that. Regards, Pete
3. Re: Showing '&' in windows
- Posted by Andy Drummond <andy at kestrelt?l?.com> Nov 23, 2007
- 504 views
Pete Lomax wrote: > > Andy Drummond wrote: > > > > This is another simple thing I just cannot find the answer to. > > I need to display text with '&' in in CText boxes, but they always > > become hotkey identifiers - so "A & B" becomes "A _B" - which is not > > exactly what I want. > > > > Can someone help, please? I'm using WinXP and Win32Lib, of course... > > && works find in arwen, try that. > > Regards, > Pete Thanks Pete, that works a dream! Andy