hi,
i create a simple keyboard form 0 to 9, for each number:
if status = false then
textbox1.text=textbox1.text+CStr(1)
else
textbox1.text=1
status = false
end if
I have set the textbox properties "textmode" into" Password"
but the asterisk only is shown in textbox when i type digital by using phisical keyboard
when i try to use the keyboard which is created myself to key in the password, there's nothing in the textbox..Why?
How to solve it? Thanks
D.L
...
Go to the complete details ...