Welcome![Sign In][Sign Up]
Location:
Search - client server in vb.net

Search list

[ICQ-IM-ChatMyQQ程序

Description: 自己写的一个即时聊天工具,可以实现多对多聊天。程序包含客户端与服务器两个程序!-himself in an instant chat, can achieve a many-to-many chat. Procedures include client and server two procedures!
Platform: | Size: 296960 | Author: ftp | Hits:

[ICQ-IM-Chatjava4597845676

Description: 本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple. Java API sets to address the communications interface provides a type java.net.Socket. , make preparation network applications relatively easily. Multi-threaded servers to meet the multi-user request, and through JDBC
Platform: | Size: 1654784 | Author: jmz | Hits:

[WEB Codesofthy145h

Description: Microsoft Chart Controls for .NET Framework支持各种丰富的图表选项,包括pie(饼图), area(区域), range(范围), point(点), circular(圆形), accumulation(累积), data distribution(数据分布), ajax interactive(AJAX交互), doughnut(甜圈图)等等。你可以在控件的声明中静态地声明图表数据,或者也可以使用数据绑定动态地填充。在运行时,该服务器控件会生成一个图片(譬如一个.PNG文件),是使用控件输出的元素在页面的客户端HTML中引用的。该服务器控件支持缓存图表图片的功能,还支持保存到硬盘上以在持久性场景中使用的功能。它不要求安装其他的服务器软件,可以用于任何标准的ASP.NET网页上。 使用 整个图形控件主要由以下几个部份组成: 1.Annotations --图形注解集合 2.ChartAreas --图表区域集合 3.Legends --图例集合 4.Series    --图表序列集合(即图表数据对象集合) 5.Titles    --图标的标题集合该示例代码可以通过设置各类参数,动态展现了三维、平面、曲线等各类Chart图及结合Ajax的应用,具体功能请查看[本地演示] 同时可以在线查看C#和Vb.net相关源码,数据库采用的是Access 运行程序前请按照源码目录下的 MSChart.exe -Microsoft Chart Controls for. NET Framework supports a variety of rich chart options, including pie (pie chart), area (regional), range (range), point (point), circular (round), accumulation (cumulative), data distribution (data distribution), ajax interactive (AJAX interaction), doughnut (donut graph) and so on. You can control the static statement to state chart data, or can also use data binding to fill dynamically. At runtime, the server control will generate a picture (for example, a. PNG file), is to use the control elements of the output of the client in HTML page is referenced. The server control to support the cache function of the chart picture, but also support in order to be saved to your hard disk in persistent use of the function of the scene. It does not require the installation of other server software, can be used in any standard ASP.NET page. Control the use of the graphics part of the main components from the following: 1.Annotations- collection of graphics comment
Platform: | Size: 5874688 | Author: power | Hits:

[CommunicationRemotingandRemotableObjects

Description: This code shows how to create remote objects in VB.net. This includes Client-Activated objects, Server-Activated objects, remotable objects, serializable objects, and marshaling objects with the Marshal method. Comments are included in the source code to make it easy to understand.- This code shows how to create remote objects in VB.net. This includes Client-Activated objects, Server-Activated objects, remotable objects, serializable objects, and marshaling objects with the Marshal method. Comments are included in the source code to make it easy to understand.
Platform: | Size: 11264 | Author: anatolia | Hits:

[Communicationudp

Description: 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Holes using the UDP technology, sub-server-side with the client, server-side landing record is responsible for the IP and port users and forwarding the news holes. Principle everywhere, do not paste it here. Posted here VB.net code exchange for beginners and experts welcome the comments ... ... server-side after a successful start, enter help to view the relevant command to the server. Success in landing the client, the input can help the client to view the relevant orders (not user name, when landing).
Platform: | Size: 39936 | Author: Frank.Tao | Hits:

[.netSimple_IP_Chat

Description: vb.net client server based chat
Platform: | Size: 254976 | Author: sohail | Hits:

[Windows Developvbclient

Description: OPC Client Example in VB.Net
Platform: | Size: 84992 | Author: vahid | Hits:

[ICQ-IM-Chatchat

Description: 这是一个应用程序用于发送和接收广播/组类型信息。它是由在VB。净使用winsock控件。 这个程序包括两部分。我)聊天服务器(二)聊天客户端聊天服务器:它是基于控制台的应用程序,连接所有的客户。-This is an application for sending and receiving broadcast/group type information. It is made in VB. Net use winsock controls. This program comprises two parts. I) chat server (two) chat client chat server: it is a console-based application that connects all customers.
Platform: | Size: 75776 | Author: 宫宝鸡丁 | Hits:

[Button controlTcpCommExampleProjectV2

Description: Reusable multithreaded TCP client and server classes with example project in VB.NET
Platform: | Size: 41984 | Author: eunis | Hits:

[CSharpimssetupdemo

Description: Introduction For a while now, I have been looking for a solution to a chat program developed in VB.NET, but didn t find much, so I decided to try my own. The purpose of this article is to explain how to use TCP/IP Sockets and the My.Settings class included in .NET framework 2.0 and later. The good thing about this application is, the server and the client are not two separate applications. This form acts as both the Server and the Client. Before You Start Instead of creating my own file transfer functionality, I stumbled upon the UnoLibs.Net.dll. The beauty of this class is that all the work is done for you. Later in the article, I will explain how to put this code into practice. To obtain a copy of this class, click here.
Platform: | Size: 14126080 | Author: eko | Hits:

[MySQLcv-aku

Description: Introduction For a while now, I have been looking for a solution to a chat program developed in VB.NET, but didn t find much, so I decided to try my own. The purpose of this article is to explain how to use TCP/IP Sockets and the My.Settings class included in .NET framework 2.0 and later. The good thing about this application is, the server and the client are not two separate applications. This form acts as both the Server and the Client. Before You Start Instead of creating my own file transfer functionality, I stumbled upon the UnoLibs.Net.dll. The beauty of this class is that all the work is done for you. Later in the article, I will explain how to put this code into practice. To obtain a copy of this class, click here.
Platform: | Size: 11264 | Author: eko | Hits:

[.netChatWindows

Description: Client-Server Chat application in VB.net
Platform: | Size: 365568 | Author: See Sharp | Hits:

CodeBus www.codebus.net