Anybody know how to use unicode in vb.net 2003?
unicode vb.net 2003
Collapse
This topic is closed.
X
X
-
bhcTags: None -
Herfried K. Wagner [MVP]
Re: unicode vb.net 2003
"bhc" <bhc@discussion s.microsoft.com > schrieb:[color=blue]
> Anybody know how to use unicode in vb.net 2003?[/color]
What exactly do you want to archieve?
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
-
bhc
Re: unicode vb.net 2003
"Herfried K. Wagner [MVP]" wrote:
[color=blue]
> "bhc" <bhc@discussion s.microsoft.com > schrieb:[color=green]
> > Anybody know how to use unicode in vb.net 2003?[/color]
>
> What exactly do you want to archieve?
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>[/color]
I want to run some equations with Greek letters I have in front of me.
Comment
-
Cor Ligthert [MVP]
Re: unicode vb.net 2003
BHC,
Have a look at this page for some links,
Cor
"bhc" <bhc@discussion s.microsoft.com > schreef in bericht
news:499ECEB8-6DFC-4B46-97E9-194239CA9EDA@mi crosoft.com...[color=blue]
>
>
> "Herfried K. Wagner [MVP]" wrote:
>[color=green]
>> "bhc" <bhc@discussion s.microsoft.com > schrieb:[color=darkred]
>> > Anybody know how to use unicode in vb.net 2003?[/color]
>>
>> What exactly do you want to archieve?
>>
>> --
>> M S Herfried K. Wagner
>> M V P <URL:http://dotnet.mvps.org/>
>> V B <URL:http://classicvb.org/petition/>
>>[/color]
> I want to run some equations with Greek letters I have in front of me.[/color]
Comment
-
Herfried K. Wagner [MVP]
Re: unicode vb.net 2003
"bhc" <bhc@discussion s.microsoft.com > schrieb:[color=blue][color=green][color=darkred]
>> > Anybody know how to use unicode in vb.net 2003?[/color]
>>
>> What exactly do you want to archieve?[/color]
>
> I want to run some equations with Greek letters I have in front of me.[/color]
Run them?! Windows Forms are Unicode-aware and you can use Windows Forms
controls to display the greek letters if an appropriate font is used that
includes glyphs for the character codes you are using.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Comment
-
bhc
Re: unicode vb.net 2003
Can anybody show me how to input Greek characters? I also heard that Qbasic
can do unicode. I'm more familiar with that. I 'm a newbie a programing.
"Herfried K. Wagner [MVP]" wrote:
[color=blue]
> "bhc" <bhc@discussion s.microsoft.com > schrieb:[color=green][color=darkred]
> >> > Anybody know how to use unicode in vb.net 2003?
> >>
> >> What exactly do you want to archieve?[/color]
> >
> > I want to run some equations with Greek letters I have in front of me.[/color]
>
> Run them?! Windows Forms are Unicode-aware and you can use Windows Forms
> controls to display the greek letters if an appropriate font is used that
> includes glyphs for the character codes you are using.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>
>[/color]
Comment
Comment