A
adiel_g
I am trying to display some data that I received into a form. The
form is in english. The data is in cyrillic (russian) which uses
codepage 1251. I am trying to change the button text to russian. For
example:
cmdCancel.Text = "Îòìåíèòü"
Those are garbage characters which I dont mind if they are in that
format in the code. But when the actual button is displayed on the
screen, I want the real cyrillic (russian) characters to be
displayed. This will be used to translate all the buttons on the page
to cyrillic (russian). My question is how do I change the form to
show characters in cyrillic (russian) without changing the codepage
for the entire computer?
To get an idea of what I am looking for, I would like to run some type
of command such as:
me.codepage = 1251 ' This command does not exit, just a sample of
what I am looking for.
to display the cyrillic (russian) characters for the entire form...
Thanks Before Hand,
Adiel
form is in english. The data is in cyrillic (russian) which uses
codepage 1251. I am trying to change the button text to russian. For
example:
cmdCancel.Text = "Îòìåíèòü"
Those are garbage characters which I dont mind if they are in that
format in the code. But when the actual button is displayed on the
screen, I want the real cyrillic (russian) characters to be
displayed. This will be used to translate all the buttons on the page
to cyrillic (russian). My question is how do I change the form to
show characters in cyrillic (russian) without changing the codepage
for the entire computer?
To get an idea of what I am looking for, I would like to run some type
of command such as:
me.codepage = 1251 ' This command does not exit, just a sample of
what I am looking for.
to display the cyrillic (russian) characters for the entire form...
Thanks Before Hand,
Adiel