473,411 Members | 2,184 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Winsock Control for VB.NET

Hello,

I currently have Visual Basic .NET 2003 Standard Edition. I would like to
develop a standard exe which should use the Winsock Control for VB.NET. I
found some tutorials about it, started to work, and then found out I
couldn't find the winsock control at all. Is it there by default and am I
just missing something? (Running WinXP Home, VB.NET Standard, no other VS
programs installed) Or could I download it from MS if it isn't? I found a
resource on the web and tried that, but it said I hadn't gotten the license
for it. So I couldn't use it...Then I searched MS site itself, nothing in
downloads, so I doubt they have it, but maybe I've missed something.
Suggestions welcome....
John

PS: It would also be helpful to know the latest version out there. From what
I hear, that's 6. Is that correct?
---
Outgoing mail is certified Virus Free by AVG 6.0
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 5-7-04
Nov 20 '05 #1
3 4345
Look up: Socket class; TclListener class; TcpClient class; etc.

"John" wrote:
Hello,

I currently have Visual Basic .NET 2003 Standard Edition. I would like to
develop a standard exe which should use the Winsock Control for VB.NET. I
found some tutorials about it, started to work, and then found out I
couldn't find the winsock control at all. Is it there by default and am I
just missing something? (Running WinXP Home, VB.NET Standard, no other VS
programs installed) Or could I download it from MS if it isn't? I found a
resource on the web and tried that, but it said I hadn't gotten the license
for it. So I couldn't use it...Then I searched MS site itself, nothing in
downloads, so I doubt they have it, but maybe I've missed something.
Suggestions welcome....
John

PS: It would also be helpful to know the latest version out there. From what
I hear, that's 6. Is that correct?
---
Outgoing mail is certified Virus Free by AVG 6.0
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 5-7-04

Nov 20 '05 #2
Hello,

You miss that you do not even need any winsock "control" in dotnet ! Now you
have some classes that makes it ! System.Net.Sockets....

Have a nice day

Bismark
Nov 20 '05 #3
At this point you will have to write your own using the provided classes.

I've just been through this process to 'build my own' Winsock control with
the functionality I need.

Best regards,
Jeff Law
New Zealand

"John" <I_*********@microsoft.com> wrote in message
news:OS**************@TK2MSFTNGP12.phx.gbl...
Hello,

I currently have Visual Basic .NET 2003 Standard Edition. I would like to
develop a standard exe which should use the Winsock Control for VB.NET. I
found some tutorials about it, started to work, and then found out I
couldn't find the winsock control at all. Is it there by default and am I
just missing something? (Running WinXP Home, VB.NET Standard, no other VS
programs installed) Or could I download it from MS if it isn't? I found a
resource on the web and tried that, but it said I hadn't gotten the
license
for it. So I couldn't use it...Then I searched MS site itself, nothing in
downloads, so I doubt they have it, but maybe I've missed something.
Suggestions welcome....
John

PS: It would also be helpful to know the latest version out there. From
what
I hear, that's 6. Is that correct?
---
Outgoing mail is certified Virus Free by AVG 6.0
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 5-7-04

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Niels Borg | last post by:
Hi, I'm writing app where I use WinSock, but I have experienced a problem. WinSock only sends the data after finishing the calling sub/function. Can I force WinSock immediately as I need to send...
8
by: C. Alexander | last post by:
Im running a small server that seems to work fine outside the IDE as an exe, but within the IDE, when I run the program for the first time, i can start/stop the host many times. But I end the...
0
by: Marcus Lesniak | last post by:
I am just trying to practice using the Winsock control in Visual Basic 6.0. I have created an example by following an exercise in the Que book "Using Visual Basic 6" and that works ok if both my...
4
by: Ophir | last post by:
Hello all ! I wrote a simple ActiveX DLL to wrap winsock functionality so I can use it in an ASP page. I call it MyWinSock In the Class module I use this declaration: Dim ctlSocket as...
3
by: Bill | last post by:
When vb6 Winsock.RemoteHost is set to "127.0.0.1", c# socket listener cannot hear connect request (my old vb6 winsock listener could hear it...). Why doesn't this work, and is there a work...
5
by: kc | last post by:
Hi Just upgrading a app from VB6 to VB.Net. All is going well apart from the Winsock control. The first thing we notice is that there does not appear to be a .Net version (please correct me if...
2
by: Mark | last post by:
Hi, I have a VB6 project that uses a winsock control to receive text messages over a UDP connection. It used to work fine. However, when I changed the code to make it more efficient (ie, less...
1
by: kimiraikkonen | last post by:
Hi, As you know there's no mswinsck.ocx ActiveX control in VB.NET 2005 or 08 by default, but it exists in VB6. However i can add this old control to my VB 2005 toolbox with no problem by...
3
AaronL
by: AaronL | last post by:
Hello, I am currently working on a project that has me in sort of a bind. What I want to do is retrieve web pages from the internet, and strip them down to just text. I'll get using Regular...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.