sithuphyo88
sithuphyo88

Reputation: 11

Half Width and Full Width

i want to do a software for japan. it has a reqirment to control the full width and half width in a textbox.

if i set the control's width is full width, whatever typed text is "full-width". and if i set the control's width is half width, whatever typed text is half-width".

how can i implement it?

thanks!

Upvotes: 1

Views: 2723

Answers (1)

Vicro
Vicro

Reputation: 575

Check out the VisualBasic class Strings. Strings.StrConv is for converting from half width characters to full width characters or other conversions.

More info on MSDN

Upvotes: 1

Related Questions