How to put some special characters in menu on the form, or
how to characters in menu be in some other languages like
russian, german etc.
Please I need that answer?
regards Xezo
Banjo
04-08-2002, 11:14 AM
What sort of special characters do you want?
As for multiple languages, you need to use a resource file. Search the forum for examples of using resource files.
You add one string table per language that you want to use. Each string in your program should be included in the string tables. Each string is labelled with a variant. this label is common to each version of the string in the various tables. You then need to assign each string to its target (a menu caption, a label, a textbox, etc) by using the ResLoadString function. You can find details in MSDN.