Results 1 to 3 of 3

Thread: About Socket

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    73

    About Socket

    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

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: About Socket

    Are you Importing the right namespace?

    VB Code:
    1. Imports System.Net.Sockets
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Posts
    73

    Re: About Socket

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width