CS 350 – Computer/Human Interaction
Fall 2006 – Visual Basic Prototype: A Chat Program

Out: September 15
Due: October 2


While a CGI web-based message board is interesting, your software company has decided that they would like to see a prototype chat program modeled after ICQ or AOL Instant Messenger. These chat programs also are similar to the Unix talk command, and allow real-time one-to-one, one-to-many, or many-to-many chatting via the Internet.


The Task


What to submit

All Visual Basic source code files of your project (that is, the files with the .vb extension, both the code files you write and the designer-generated files) are to be zipped (Windows) or tarred (Unix) and submitted as an attachment via email to the instructor.


Hand in the following items:



Grading

Prototypes will be graded in the following manner:



More Visual Basic notes

Classes that may be helpful include:



Web links to the MSDN pages that define these classes as well as a link to the MSDN pages for the entire .NET library are given in the on-line Supplemental Reading References. Several of the member function entries have code examples on how to use them.


09/15/06 3