Label box in MFC
-
Dear All, I want to add the special character "&" into my label box, but when I add this, it takes as "_". I know that putting "&" before a character makes the "_" as a shortcut for Alt key. But I want to include "&" to be displayed in my label box. Is there any way for this ? Thanks in advance. Bhanu
-
Dear All, I want to add the special character "&" into my label box, but when I add this, it takes as "_". I know that putting "&" before a character makes the "_" as a shortcut for Alt key. But I want to include "&" to be displayed in my label box. Is there any way for this ? Thanks in advance. Bhanu
Try with a double &, only one will be displayed.
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
Try with a double &, only one will be displayed.
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++Thank you for your kind help. It is working...