PDA

Click to See Complete Forum and Search --> : About Socket


VB+VB=great
Jan 30th, 2005, 11:03 AM
hi,

i want to use Socket in my application but I couldn’t because doesn’t defined Socket. It gives me this message: Socket is not defined.

Could anyone help me please?

Thanks

plenderj
Jan 31st, 2005, 05:20 AM
Are you Importing the right namespace?


Imports System.Net.Sockets

VB+VB=great
Jan 31st, 2005, 01:57 PM
plenderj, Thank u so much it is working now.

I am trying to bind a textbox on a webform, using code as follows:
TextBox1. Appendtext(…)

it is gives me error message: Appendtext is not a member of ‘System.Web.UI.WebControls.TextBox’

i have no idea how to solve this problem. Any assistance would be appreciated.