|
|
|
|
HTTP Test |
   |
简 介:
I wrote this application to see what the HttpWebRequest and HttpWebResponse classes did. I am not a Web programmer and I'm not that familiar with HTTP or HTML, so I wanted to see what these function do.
我写这个类是测试我写的HttpWebRequest 和 HttpWebResponse这两个类。我不是一个Web程序员,不熟悉HTTP 和 HTML,所以我想明白这些函数的功能。
来源: https://www.codeguru.com/cs_network/httptest.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Cool Intro Screen |
   |
简 介:
This is a Cool Intro Screen like you see in the movies. Written in Visual Basic 4.0 (32-BIT) By Mike Hardy comes with executable as well
Cool Intro Screen这是一个很酷的 Intro Screen ,正像你在电影中看到的那样。由 Mike Hardy 用 Visual Basic 4.0 (32-BIT)开发。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=2260&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Chat Program using Asynchronous Socket |
   |
简 介:
This is a simple chat program using asynchronous socket. This program is act like a client or a server. It can connect to another other PC (installed with the same program) or it can wait for another PC to connect to it.
这个简单的图表使用了异步socket. 这个程序就像一个客户端或服务器。它可以连接到另一台PC(安装了同样的程序),或者它可以等待其它PC连接到它。
来源: https://www.codeguru.com/cs_network/ChatSocket.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
MineXp - Written By Asylum Studios Last |
   |
简 介:
MineXp is a cool Stratedgy game sorta like MineSweeper only Better and is the way MineSweeper is Suppose to be. MineXp was written by Michael J. Hardy and posted with his permission. This is the lite version of the Source however, can be compiled and played it just doesn't contain sounds. if you would like the full source then visit https://www.geocities.com/minexp2003 and download it from there. (Total 3.13 MB) MineXp contains Excellent Graphics and Superb Enriched Sound Effects.
MineXp 是一个很酷的类似 MineSweeper   only Better 的策略游戏, MineXp 是由 Michael J. Hardy 开发的。这是源程序的精简版本,可以编译和运行它,只是不包含声音。如果你想要完整的源代码,访问https://www.geocities.com/minexp2003 ,可以从那下载。(Total 3.13 MB) MineXp包含了优秀的图形和Superb Enriched 声音效果。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=2313&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Select Folder dialog with a difference |
   |
简 介:
Select Folder dialog with a difference
这是一个具有不同功能的目录选择对话框。
来源: https://www.codeguru.com/dialog/SelectFolder.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CUnicodeString Class |
   |
简 介:
CUnicodeString is a replacement for CString. If you are one of these poor guys that has to write applications that use for example NetXxx functions and don't want to create a Unicode project, or use ANSI only functions from a unicode project or what ever, you always had to deal with MultiByteToWideChar and WideCharToMultibyte. Maybe you even have to play with native functions witch uses counted unicode strings (UNICODE_STRING) or LSA (LSAUNICODE_STRING). If you were in such situations and hated the fact that the MFC CString doesn't help you with these conversions, than you would love this little class...
CUnicodeString 是 CString的替代物。如果你想在应用程序中使用简单的 NetXxx 函数,但不想创建一个 Unicode 项目,或者从一个 unicode 项目中只使用ANSI函数,这时你必须处理 MultiByteToWideChar和WideCharToMultibyte的函数转换。或许你的本地函数中需要对 unicode 字符串(UNICODE_STRING) 或 LSA (LSAUNICODE_STRING)进行计数。这时你会怨恨为什么 MFC CString 不能帮你完成转换,那么你一定会喜欢这个小类的...
来源: https://www.codeguru.com/string/UnicodeString.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Simple Guide to WMI Provider |
   |
简 介:
How to write a Windows Management Instrumentation (WMI) provider in C#.  
这个项目演示了在C#中如何编写Windows Management Instrumentation (WMI) 。
来源: https://www.codeguru.com/cs_network/WMIProvider.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Asylum Explorer - Web Browser Last updat |
   |
简 介:
This is a Cool IE Based Webbrowser that is in the Horror Genere. It featers all the basic features like Back, Forward, Refresh, Home, Stop, Favorites, History, Internet Options, Find, Search, Email, and Resize.
Asylum Explorer 这是一个很酷的基于IE的Web浏览器。它提供了全部功能: Back, Forward, Refresh, Home, Stop, Favorites, History, Internet Options, Find, Search, Email, 和 Resize。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=2343&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CDirSelDialog : Folder Selection Dialog |
   |
简 介:
CDirSelDialog is derived from CFileDialog. It is customized to show only directories, and it has the following additional features :
You can optionally see the files in a directory, before you decide to choose one directory for a particular purpose.
In the editbox, you can type in directory name or .. or whatever, which you want to navigate to. However, CDirSelDialog will not let you type the masks, like *.h or *.* etc, to view the files within the listview control. If you want to see the files, you can view them in the separate listbox, for which no mask is used, *.* being used always.
You can choose to navigate to the previous directories, which you have visited earlier, using the bottom combobox.
From the ComboBox, you can copy the directory name into clipboard if reqd.
CDirSelDialog 派生于 CFileDialog.它被设置为只能显示目录,有下列额外功能:
在决定选择一个目录前,你可以选择查看目录中的文件。
在编辑框中,你可以输入目录名或者是你想访问的任何目录。但CDirSelDialog不能让你输入掩码,如*.h 或 *.* ,来查看列表控件中的文件。如果你想查看文件,可以在单独的一个列表框中查看,这个框不需要掩码,总是显示全部文件。
你可以选择访问以前的目录,使用组合框来访问以前访问的目录。
从组合框中你可以按需要复制目录名到剪贴板中上。
来源: https://www.codeguru.com/dialog/DirSelDlg.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Super String Class |
   |
简 介:
This class got its start a number of years ago. At that time, it was common to have to write even the simplest data structure class. Since then it has gradually grown and mutated at irregular intervals. The result is fairly ambitious, for a string class.
这个类在多年前就开始开发了。那时,经常需要写最简单的数据结构类。随着逐渐的发展和不断变化,成为一个很好的超级字符串类。
来源: https://www.codeguru.com/string/SuperStr_guru.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|