Library tutorials & articles
WinChat For .NET
Overview
WinChat For .NET is a simple peer-to-peer chatting program that functions very similarly to the WinChat program provided by Windows 2000. It provides all the functionalities that the original WinChat program provides. WinChat For. NET's GUI (Graphical User Interface) is a bit different than the original one simply because of personal taste.
WinChat For .NET is based on many basic yet powerful techniques provided by the .NET platform, including Multi-Threading, Event-Driven, Windows Form Control and Socket Programming, etc.
Usage of the program:
You can find the WinChat.exe executable in the directory:
<Installation Dir>\WinChat For .NET\WinChat\bin\Release
Related articles
Related discussion
-
Buy cheap Xanax overnight. Cheap Xanax. Overnight delivery of Xanax in US no prescription needed. Cheapest Xanax.
by asleymar (0 replies)
-
Buy Soma online without a prescription. Soma drug no prescription. How to get Soma prescription. Soma cod accepted.
by asleymar (0 replies)
-
Cheap online order Fioricet. Cheap discount Fioricet. Offshore Fioricet online. How to buy Fioricet online without a prescription.
by asleymar (0 replies)
-
Buy Ambien no visa without prescription. Not expensive Ambien prescriptions. Ambien no rx. Cod delivery Ambien.
by asleymar (0 replies)
-
Tramadol without doctor rx. Buy Tramadol over the counter cod overnight. Cheap Tramadol cod delivery. Buy Tramadol from mexico online.
by asleymar (0 replies)
Related podcasts
-
Object-Oriented Programming in Ruby
In this episode, I talk with Scott Bellware about object-oriented programming in Ruby, and Ruby's object model. This is taken from a private conversation, and the audio quality suffers at times. Much thanks to Scott for allowing this to be released.This episode of the Alt.NET Podcast is bro...
WinChat (Patrick Lam) looks like .NET 1.1. You will no doubt get cross-thread errors between GUI and threads processing client/server text. Recommend you look up delegates to get rid of this type of error. .NET 1.1 did not flag this error, but .NET 2.0 correctly flags the error. I am in the process of doing this now. chuck[quote user="Developer Fusion Bot"]
This thread is for discussions of WinChat For .NET.
[/quote]It didn't work right out of the box and I have Dot NET 2.0 installed but not any IDEs at this time.
Could it have been written in an older version and I need to convert it? I've had this happen before but had to use the IDE to load the solution and let it upgrade.
It was just a test anyway as I was searching for information about the one installed in XP. It seems a bit obscure and I have never connected to anyone with it. I need to know someones computer name.
I've never liked downloading applications that I know nothing about. The browser based chat apps are nice in this respect. Many are based on Java applets. The only thing that you have to make sure you have is a working version of a Java Runtime Environment(jre). I have the latest build jre1.6.0_02.
This thread is for discussions of WinChat For .NET.