Home All Groups Group Topic Archive Search About
Author
26 Jun 2006 11:30 PM
bhc
Anybody know how to use unicode in vb.net 2003?

Author
26 Jun 2006 11:49 PM
Herfried K. Wagner [MVP]
"bhc" <b**@discussions.microsoft.com> schrieb:
> Anybody know how to use unicode in vb.net 2003?

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/>
Author
27 Jun 2006 12:26 AM
bhc
"Herfried K. Wagner [MVP]" wrote:

> "bhc" <b**@discussions.microsoft.com> schrieb:
> > Anybody know how to use unicode in vb.net 2003?
>
> 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/>
>
I want to run some equations with Greek letters I have in front of me.
Author
27 Jun 2006 7:21 AM
Cor Ligthert [MVP]
BHC,

Have a look at this page for some links,
http://www.vb-tips.com/default.aspx?ID=cca7e08a-9580-42b3-beff-76c81839e6c9

Cor

Show quoteHide quote
"bhc" <b**@discussions.microsoft.com> schreef in bericht
news:499ECEB8-6DFC-4B46-97E9-194239CA9EDA@microsoft.com...
>
>
> "Herfried K. Wagner [MVP]" wrote:
>
>> "bhc" <b**@discussions.microsoft.com> schrieb:
>> > Anybody know how to use unicode in vb.net 2003?
>>
>> 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/>
>>
> I want to run some equations with Greek letters I have in front of me.
Author
27 Jun 2006 9:20 AM
Herfried K. Wagner [MVP]
"bhc" <b**@discussions.microsoft.com> schrieb:
>> > Anybody know how to use unicode in vb.net 2003?
>>
>> What exactly do you want to archieve?
>
> I want to run some equations with Greek letters I have in front of me.

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/>
Author
30 Jun 2006 7:01 PM
bhc
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.

Show quoteHide quote
"Herfried K. Wagner [MVP]" wrote:

> "bhc" <b**@discussions.microsoft.com> schrieb:
> >> > Anybody know how to use unicode in vb.net 2003?
> >>
> >> What exactly do you want to archieve?
> >
> > I want to run some equations with Greek letters I have in front of me.
>
> 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/>
>
>