Displaying special characters
-
on a static text control how do you display special characters like a '&', i.e. "Time & Date Menu". cheers, Andy
SetWindowText("Time && Date Menu");
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
SetWindowText("Time && Date Menu");
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
SetWindowText("Time && Date Menu");
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
david, can you remind me why
"Time **&** Date Menu"
wouldn't work ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
david, can you remind me why
"Time **&** Date Menu"
wouldn't work ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
Because that would underline the blank space after & as a possible key accelerator:
Time Date Menu
Don't follow any man spiritually, don't do anything that will get you in sh*t if god is real - Bradml[^]
-
david, can you remind me why
"Time **&** Date Menu"
wouldn't work ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
Think mnemonics.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Think mnemonics.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
DavidCrow wrote:
Think mnemonics.
Simple, yet powerful :laugh:
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
on a static text control how do you display special characters like a '&', i.e. "Time & Date Menu". cheers, Andy