摘 要
本文介绍了用Visual Basic.NET 开发聊天通信软件的实现过程。本软件用微软新推出的.NET框架中的Visual Basic.NET 作为开发平台,基于可靠的TCP协议开发而成,能实现聊天双发安全方便的文字收发,能播放音频和视频文件,能浏览网页和图片,能实现聊天双方的文件收发。本软件是网络技术和软件开发技术相结合的产物,它能简单方便的进行网络通信,是一款实用而又不乏特性的软件。
本文共六章:第一章为网络概论,主要介绍网络的体系结构、TCP/IP协议、TCP协议和UDP协议;第二章为开发工具简介,主要介绍开发工具及环境、开发工具简介;第三章为Microsoft WinSock Control控件,主要介绍该控件的属性以及如何通过UDP协议和TCP协议进行网络通信;第四章为浏览器,主要介绍Microsoft Web Browser控件的方法和属性以及如何用该控件开发浏览器;第五章 为系统分析设计,包括系统需求分析、系统功能结构设计;第六章为功能模块实现方法,主要介绍该聊天软件各个功能模块的开发过程和代码设计。
关键字:聊天通信,网络技术,Visual Basic.NET
Abstract
The paper introduces the method of developing chat communication software based on Visual Basic.NET. This software was based on Visual Basic.NET developing platform which was released by Mirosoft company. Also, it was developed by TCP protocol. It can send and receive text in two peer computer, it can broadcast audio frequency and video files, it can browse webpage and picture, also it can send and receive files from both sides. This software is the result that a network technology and software development technology combined together, it can simple and convenient to carry on network communication. In conclution , it is a good and special chat communication software.
This text have six chapters: Chapter one is the outline of the network, introduce the system’s structure , TCP/IP protocal , TCP protocal and UDP protocol;Chapter is the brief introduction of the developing platform, mainly introduce the developing instrument , environment , developing instrument; Chapter three is introduce the Microsoft WinSock Control controlling part, introduce attribute of controlling part and how to carry out network communication through UDP protocal and TCP protocal; Chapter four is about browser, introduce the main method and the main attribute , introduce the Microsoft Web Browser of controlling part and how to develop the browser with this controlling part; Chapter five is about Design for network analysis , including the systematic demand is analysed , systematic function structural design; Chapter six is introduce the module implementation method and the function of the software, introduce the development course,and each function module code of this chat software and the designment of the software.
KeyWords: Internetwork communication,Network techniques, Visual Basic.NET
目 录
前 言... 1
第一章 网络概论... 2
1.1 OSI七层体系结构... 2
1.2 网络结构与局域网络... 4
1.3 TCP/IP. 4
1.4 TCP与UDP协议... 5
第二章 开发工具简介... 6
2.1 总体开发工具及环境... 6
2.2 开发工具... 6
2.2.1 Mirosoft WinSock Control 控件... 6
2.2.2 Microsoft Web Browser控件介绍... 10
第三章 系统分析设计... 12
3.1 系统需求分析... 12
3.2 系统目的... 12
3.3 系统功能结构设计... 12
3.4 系统用例设计... 13
第四章 系统实现... 14
4.1聊天登录界面的设计与功能实现... 14
4.2聊天窗口的功能设计和代码设计... 17
4.3浏览器功能的设计和代码... 20
4.4多媒体播放器... 22
4.5文件收发的设计和代码... 24
第五章 软件测试及编译发布... 27
结 论... 35
致 谢... 36
前 言
随着社会信息化的迅速发展,网络已经渗透到了世界的各个角落。网络和人们结成了不可分离的关系,而这种关系随着信息化的发展将会进一步得到加强。在这中间,网络上的通讯工具扮演着重要的角色。如今比较流行的耳熟能详的网络通信工具很多,如眼下很是流行的腾讯公司的QQ,还有ICQ以及微软的MSN 等等。可以说网络上的通讯工具多的不胜枚举,它们使得网络更加精彩、更富有吸引力。然而放眼时下的众多网络通讯工具,有一个最大的特点就是功能相对单一。大多数的通讯软件只是提供了网络聊天的功能(当然有的网络通讯工具的功能还是相当丰富的),这从某个层面上使得它们的娱乐性小了很多。如今是个崇尚个性和自由的时代,网络的出现给这种个性和自由的精神提供了广阔的空间。这样的现状可观上要求网络工具,尤其是网络通信工具要更富有个性和娱乐性。而如今大多数的网络聊天工具在这方面还有待加强。