chrW doesn't work

I just got a new computer, loaded VS 2005 Beta and copied a project over from my old computer. The vb program uses a chrW(&H2663) to load text into a text box.

value(SN).Text = ChrW(&H2663)

It works fine in the old computer but the same code doesn't seem to find the unicode characte set? Any suggestions?
Thanks
Dick Roose
[369 byte] By [DickRoose] at [2007-12-16]
# 1

Hi,

Have you tried it in a standard textbox name like

textbox1.text=ChrW(&H2663) '?

As it works on my computer.

Maybe you need to set the default font for that textbox to a bigger size so you can see the character as it is very small.

Regards,

S_DS.

Spidermans_DarkSide at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...