Greek letter in a dialog
-
Hi, With Visual Studio C++ 2008, how can I put a greek letter in a static control ? Thanks, Claude
-
Hi, With Visual Studio C++ 2008, how can I put a greek letter in a static control ? Thanks, Claude
-
Hi, With Visual Studio C++ 2008, how can I put a greek letter in a static control ? Thanks, Claude
You may, for instance, use the the escape sequence \xhhhh in the control definition (inside the rc script), e.g.
LTEXT L"Omega: \x03A9",IDC_STATIC,10,96,300,8
:)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]