dotnetbbs
博客园
|
首页
|
发新随笔
|
发新文章
|
联系
|
订阅
|
管理
随笔:6 文章:55 评论:16 引用:0
2006年5月11日
Socket異步代碼
摘要: Server代碼usingSystem;usingSystem.IO;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Net;usingSystem.Net.Sockets;namespaceSocketSvr{classProgram{privatestaticbyte[]msgBuff=newbyte[10240];//...
阅读全文
posted @ 2006-05-11 16:27 RogerWang 阅读(403) 评论(0)
编辑
讀取XML文檔的Demo
摘要: 讀取/修改/刪除 XML文檔的DemousingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Xml;namespaceXMLApp{classclsXML{privatestaticstring_fileName;privatestaticintid;privatestaticstringname;priv...
阅读全文
posted @ 2006-05-11 13:17 RogerWang 阅读(212) 评论(0)
编辑
2006年5月9日
VB6中處理OutLook文件夾的Module
摘要: '********************************************************************''Description:按Treeview中的節點信息,讀取/添加到OutLook文件夾'================================================================'NameDateDescription...
阅读全文
posted @ 2006-05-09 11:20 RogerWang 阅读(310) 评论(0)
编辑
2006年5月8日
圖形顯示函數
摘要: 前段時間寫的一個圖形比例顯示的函數,代碼很簡單!privatevoidDrawGraphic(doubleUnReadyNum,doubleReadyNum,doubleFinishNum){doubleiPercentAngle;iPercentAngle=360/(UnReadyNum+ReadyNum+FinishNum);//生成一個BitmapBitmapobjBitmap;objBit...
阅读全文
posted @ 2006-05-08 09:55 RogerWang 阅读(122) 评论(0)
编辑
2006年5月7日
面向對象在VB6中的應用
摘要: 注:前段時間寫給公司同事的一篇面向對象的入門文章(香港公司,同事們一直在用VB6,聽起來是不是感覺有點不可思議) 來公司之前,沒接觸過VB,只知道和Delphi一樣,是一個優秀的RAD開發工具,但和Delphi強大的面向對象能力不同的是,VB不支持面向對象的功能,屬於傳統的RAD開發工具。最初對VB的感覺就是這樣的,膚淺而又片面,在公司使用VB的這段時間內,越來越發現當初對VB的認識有失偏頗,面向...
阅读全文
posted @ 2006-05-07 14:56 RogerWang 阅读(325) 评论(0)
编辑
2006年5月5日
the difference between Socket and Remoting Program
摘要: .NET uses sockets in may instances such as WebServices and Remoting, but in these instancesthe low level socket stuff is done for you and there is no need to use sockets directly. However, when interf...
阅读全文
posted @ 2006-05-05 09:41 RogerWang 阅读(329) 评论(1)
编辑
仅列出标题
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
公告
昵称:
RogerWang
园龄:
7年
粉丝:
1
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
最新随笔
1. Socket異步代碼
2. 讀取XML文檔的Demo
3. VB6中處理OutLook文件夾的Module
4. 圖形顯示函數
5. 面向對象在VB6中的應用
6. the difference between Socket and Remoting Program
随笔分类
(8)
.Net 1.1(2)
(rss)
.Net 2.0
(rss)
Asp.Net(1)
(rss)
Asp.Net 2.0
(rss)
NetWork(3)
(rss)
Office系列(1)
(rss)
OOP(1)
(rss)
Oracle
(rss)
Other Database
(rss)
SQL SERVER
(rss)
随笔档案
(7)
2006年7月 (1)
2006年5月 (6)
文章分类
(43)
Asp.Net(4)
(rss)
C#(2)
(rss)
DataBase(15)
(rss)
Net Manager(3)
(rss)
Office(2)
(rss)
OOP
(rss)
Program(6)
(rss)
Regex(1)
(rss)
Web(9)
(rss)
XML(1)
(rss)
最新评论
阅读排行榜
评论排行榜
推荐排行榜