Languages Visual Basic & VB.NET .Net GUIs  

Daytime Server

download download  
important code information
author:
Materialised
minimum requirements:
Daytime Server description

This prograqm acts as a simple daytime server. Once the start button is clicked, a new thread is created. This thread will handle new connections and also demonstrates how to update the user interface from a worker thread using Delegates. I looked for quite a while to find a method to allow me to update the user interface thread from other threads, and a lot of it wasn't compatable with the latest version of Visual Studio / .Net frame work. This code uses the TcpListener object to handle connections You can use this code however you wish, but if you find it useful, Rate me


File List:
Daytime Server.sln1Kb
Daytime Server/0b
Daytime Server/Daytime Server.csproj3Kb
Daytime Server/Form1.Designer.cs6Kb
Daytime Server/Form1.cs5Kb
Daytime Server/Form1.resx6Kb
Daytime Server/Program.cs485b
Daytime Server/Properties/0b
Daytime Server/Properties/AssemblyInfo.cs1Kb
Daytime Server/Properties/Resources.Designer.cs3Kb
Daytime Server/Properties/Resources.resx5Kb
Daytime Server/Properties/Settings.Designer.cs1Kb
Daytime Server/Properties/Settings.settings249b
Daytime Server/bin/0b
Daytime Server/bin/Debug/0b
Daytime Server/obj/0b
Daytime Server/obj/Debug/0b
Daytime Server/obj/Debug/TempPE/0b

Similar code
Drag and Drop from Listbox to Textbox (Popularity: ) : Drag and Drop from Listbox to Textbox. This is a demo on how to access individual collection members of a populated listbox in order to drop its content into a text box. This demo uses techniques that are not specified ...
GlowControl (Popularity: ) : GlowButtons. I really liked it and had fun changing it. It now incorporates MultiThreading so that when one button is fading out another button can be fading in. Otherwise all credit for the Idea and the Method that changes the ...
AgentX v2.6 (Popularity: ) : AgentX is a Microsoft Agent Character "previewer". It does practically everything that you can do with a MS Agent character, including speech recognition. Check out the screenshot and don't forget to vote! :-)

Custom GUI (Popularity: ) : This code demonstrates how to create a GUI that looks lots better that the defult windows one. i have not made any buttons but used rectangles instead, this method is faster than some others that i have seen. just to ...
Alpha-blended icons in toolbar (Popularity: ) : The code shows you how to have alpha-blended icons in a .NET toolbar. Normally, the shadow shows up as totally black. With this code, the shadow is displayed correctly. Works only with OSes supporting the alpha channel and needs a ...
GlowButtons (Popularity: ) : This program causes a button's color and text color to fade between its usual colors and those of its window's title bar's color and text color when the user rolls over that button with the mouse arrow.
Fireball.XmlGui (Popularity: ) : Fireball.XmlGui was developed for adding to plug-in based applications the support for creating dynamic plug-ins with a simple XML file. The syntax is very like XAML and it is also possible to use the code-behind! You only need to specify ...
Popup Message (Popularity: ) : I am .net developer here i just design popup message because whenevr my anti-virus Quick Heal software updated online on that period i am always see one of the nice one window always popup from right hand side..so thats why ...
Office Automation/Menus (Popularity: ) : To demonstrate the automation of command bars in MS Office. Also this project has a class library that produces menus almost exactly like the ones in MS Office 2003. PLEASE RATE!
Yet Another XP Visual Style Example (Popularity: ) : This is NOT my code, i came upon it while searching through some vb.net sample applications. Its just another way to enable the XP visual styles in your application.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 19
version
size in Kb 12
popularity   1191/7913374
user rating 5/10
ad


New Code
Popular Code