Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Winsock array

Winsock array

Scheduled Pinned Locked Moved Visual Basic
helpquestioncsharpdata-structures
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lorenzoo
    wrote on last edited by
    #1

    hi all, im using winsock array in vb6, i converted to vb.net 2005 platform...they created a axwinsockarray .dll.. my question is : it is useful using winsock in vb.net 2005 ? until now the conversion is good .. but i don't know if it will be an error in futur by using winsock inside vb.net 2005 .... can anyone help me thanks in advance.

    L R 2 Replies Last reply
    0
    • L lorenzoo

      hi all, im using winsock array in vb6, i converted to vb.net 2005 platform...they created a axwinsockarray .dll.. my question is : it is useful using winsock in vb.net 2005 ? until now the conversion is good .. but i don't know if it will be an error in futur by using winsock inside vb.net 2005 .... can anyone help me thanks in advance.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I believe winsock went the way of the dinosaurs in .Net. It was replaced by System.Net.Sockets Namespace[^], and on a high-level by TcpClient [^] and TcpListener[^]. So, I suggest migrating to one of those to make it easier and avoid any unnecessary problems.

      1 Reply Last reply
      0
      • L lorenzoo

        hi all, im using winsock array in vb6, i converted to vb.net 2005 platform...they created a axwinsockarray .dll.. my question is : it is useful using winsock in vb.net 2005 ? until now the conversion is good .. but i don't know if it will be an error in futur by using winsock inside vb.net 2005 .... can anyone help me thanks in advance.

        R Offline
        R Offline
        Ravi Kumar Tyagi
        wrote on last edited by
        #3

        If you are using the winsock (VB.NET 2005) for desktop application then no issue. You will get the same functionality with InterOp Winsock component i.e. AxWinsockArray.dll. Otherwise instead of InterOp Winsock you can use the socket programming, which is a great alternative of winsock.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups