Click here to Skip to main content
15,893,401 members
Articles / Programming Languages / Visual Basic

UDP Send and Receive using threads in VB.NET

Rate me:
Please Sign up or sign in to vote.
4.63/5 (50 votes)
26 Nov 20042 min read 487.9K   47.7K   73  
This article describes how to send and receive data without making the user interface to halt, in VB.NET using UDP..
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "UDP Send", "UDP Send\UDP Send.vbproj", "{1BE9E0F6-5346-44EC-9807-B11E3BF6126F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "UDP Send Setup", "UDP Send Setup\UDP Send Setup.vdproj", "{B9E87F2A-46D8-4E36-A9F7-6407FA32AF87}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{1BE9E0F6-5346-44EC-9807-B11E3BF6126F}.Debug.ActiveCfg = Debug|.NET
		{1BE9E0F6-5346-44EC-9807-B11E3BF6126F}.Debug.Build.0 = Debug|.NET
		{1BE9E0F6-5346-44EC-9807-B11E3BF6126F}.Release.ActiveCfg = Release|.NET
		{1BE9E0F6-5346-44EC-9807-B11E3BF6126F}.Release.Build.0 = Release|.NET
		{B9E87F2A-46D8-4E36-A9F7-6407FA32AF87}.Debug.ActiveCfg = Debug
		{B9E87F2A-46D8-4E36-A9F7-6407FA32AF87}.Debug.Build.0 = Debug
		{B9E87F2A-46D8-4E36-A9F7-6407FA32AF87}.Release.ActiveCfg = Release
		{B9E87F2A-46D8-4E36-A9F7-6407FA32AF87}.Release.Build.0 = Release
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		Send.ico = Send.ico
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Sri Lanka Sri Lanka
I'm a software engineer working in a leading IT company in Sri Lanka. I'm a Microsoft Certified Technology Specialist. I used to submit articles that I taught would benefit fellow programmers. Unfortunately my last submission was more than 7 years ago. I'm thinking about starting again soon. Check out my full bio
My web site

Comments and Discussions