English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is the code so that i can click a command button and it could display a symbol (i want to make a keyboard layout like On Screen Keyboard in XP, but my own.)

Basically i want to have letters of other languages show up

2006-08-18 17:47:51 · 1 answers · asked by stepanstas 2 in Computers & Internet Programming & Design

i want the data to be entered in any area when the curser is, just like on screen keyboard

2006-08-18 18:58:10 · update #1

1 answers

Fairly easy. Use the character-map to find the letters/symbols you want, then copy them into the Command button's title (or it might be label for command buttons) then simply use the On_Click event to make it appear in the title-box or whatever you are using.

Ex. (ignore syntax, been a while since i used VB)
Button1.OnClick (
Text1.text = Button1.label
}

Or something like that.

2006-08-18 17:57:25 · answer #1 · answered by contraversialmatt 3 · 0 0

fedest.com, questions and answers