引言:
I use Winsock Control SP5(VB6)
Public Class frmMain
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Su...
摘要:
using system;
using system.text;
using system.io;
using system.net;
using system.net.sockets;
namespace blood.com.classlib
{
/// <summary>
/// tcpclient派生类,用来进行smtp服务器的连接工作
/// <......
摘要:
[简介]
过去,做一个并行计算的试验要费九牛二虎之力,今天,有了.net remoting,我们只需要完成非常少的编程工作,便可以跨多台计算机轻松进行分布计算。在本文中,eric bergman-terrell创建了一个名为digits of pi的应用程序,它使用并行的多台计算机以不可思议的精度计算π值。他设法在12小时内完成了10,000位数的计算,却只使用了相当少的计算资源。......
TheUDPChat-ServerSource(VB.NET)
i use winsock control sp5(vb6)
public class frmmain
inherits system.windows.forms.form
#region " windows 窗体设计器生成的代码 "
public sub new()
mybase.new()
该调用是 windows 窗体设计器所必需的.
initializecomponent()
在 initializecomponent() 调用之后添加任何初始化
end sub
窗体重写处置以清理组件列表.
protected overloads overrides sub dispose(byval disposing as boolean)
if disposing then
if not (components is nothing) then
components.dispose()
end if
end if
mybase.dispose(disposing)
end sub
windows 窗体设计器所必需的
private components as system.componentmodel.icontainer
注意:以下过程是 windows 窗体设计器所必需的
可以使用 windows 窗体设计器修改此过程.
不要使用代码编辑器修改它....
下一页 摘要:
第三章 vss用法简介3.1 界面简介
菜单栏
......