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.sln
1Kb
Daytime Server/
0b
Daytime Server/Daytime Server.csproj
3Kb
Daytime Server/Form1.Designer.cs
6Kb
Daytime Server/Form1.cs
5Kb
Daytime Server/Form1.resx
6Kb
Daytime Server/Program.cs
485b
Daytime Server/Properties/
0b
Daytime Server/Properties/AssemblyInfo.cs
1Kb
Daytime Server/Properties/Resources.Designer.cs
3Kb
Daytime Server/Properties/Resources.resx
5Kb
Daytime Server/Properties/Settings.Designer.cs
1Kb
Daytime Server/Properties/Settings.settings
249b
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.