when i typing in textBox and the message that i typed in the textBox will appear directly in 1 by 1 of alphabetic in Label.
2007-03-19
00:33:45
·
2 answers
·
asked by
vc_chok
2
in
Computers & Internet
➔ Programming & Design
i have a TEXTBOX and a LABEL in my form.
when i,m typing ABCDEF in my TEXTBOX in the time my LABEL will display ABCDEF directly WITHOUT clicking any button.
example : i typing in my TEXTBOX (AB) and in my LABEL (AB).
if i adding GF in my TEXT BOX then in my LABEL will be (ABGF)
if i delete FGB in my TEXT BOX then in my LABEL will be (A)
2007-03-19
01:29:35 ·
update #1