new to VB .NET..
can i use a label to capture input from SIP??( or a textbox)
and how can i send what i have entered over to the server side?
Pls reply..thanx
Printable View
new to VB .NET..
can i use a label to capture input from SIP??( or a textbox)
and how can i send what i have entered over to the server side?
Pls reply..thanx
Lexc:
Your question is difficult to understand ... a Lable can't "capture" anything. An event handler for a text box can "capture" a change in a text box,and then you can write a new Label.Text with the new text. Does this help at all?
tks for the reply, WebTest.
for my project, i am using the input panel from the pocket pc to enter text to be shown on a textbox....but the programming for it...i am not sure..
how do i display what i have clicked on the input panel on the textbox?
and do u knoe whether it is possible to obtain the source code of the pocket pc input panel?
pls reply..tks alot