|
|
|
|
NET Web Services Tutorial |
   |
简 介:
Visual Studio .NET makes .NET programming simple and accelerates the development process. It hides a lot of repetitive and configuration details from the user and improves productivity. However, sometimes you would like to program for .NET without using VS .NET; for example, you want to learn .NET framework programming and do not have access to VS .NET or you want to know what is actually going on under the hood.
Visual Studio .NET 简化了 .NET 编程,加速了开发过程。它为用户隐藏了许多重复的操作了配置信息,提高了生产效率。然而,有时你也可能想不使用VS .NET来进行.NET 编程;如,你想学习 .NET 框架编程,不想访问VS .NET ,或者你想知道实际上发生了什么。
来源: https://www.codeguru.com/cs_webservices/WS-Tut.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Smooth Progress Bar |
   |
简 介:
The smooth progress bar control is provided as a demonstration of a variety of VB programming techniques and as a useful addition to a programmer's library of tools.
Smooth Progress Bar演示了VB编程技术的一种方法,可作为程序员的一个工具库中的工具。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=1942&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Simple CString Tokenizer |
   |
简 介:
As the name suggests, this is a simple class to extract tokens from a CSting. I wrote this class becuase during the course of my final year project at University I needed a simple way to extract 'tokens' from a CString.
这是一个简单的 CString 符号器,可以从 CSting中提取符号。我写这个类是因为我的期终项目中需要一种方便地方法来从 CSting中提取符号。
来源: https://www.codeguru.com/string/CToken.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Directory Picker Dialog |
   |
简 介:
Directory Picker Dialog
目录选择对话框。
来源: https://www.codeguru.com/dialog/dir_picker.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Obtain all IP addresses of local machine |
   |
简 介:
The code required to simply start up winsock in a Windows environment, and enumerate all the IP addresses on your local machine.
这段代码可以简单的在Windows环境中启动winsock ,列举所以本地机器中的IP地址。
来源: https://www.codeguru.com/cs_network/getip-cs.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
currency converter |
   |
简 介:
program: converter.vb / database: currency.cdb / file I/O: current.txt
程序:converter.vb;
数据库:currency.cdb
文件I/O:current.txt
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=2281&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CString Extension for String Parsing [ss |
   |
简 介:
The class provided here extends the CString class by one function: Scanf().
这里提供的类通过提供 Scanf()函数而扩展了CString 类。
来源: https://www.codeguru.com/string/StringExScanf.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Class to select directory |
   |
简 介:
CDirDialog : this class encapsulates the SHBrowseForFolder API. You can use this class to browse for folders.
CDirDialog 这个类封装了 SHBrowseForFolder API。你可以使用这个类来选择浏览对话框。
来源: https://www.codeguru.com/dialog/dir_dialog.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using FileSystemWatcher |
   |
简 介:
This program shows a very interesting .NET class, FileSystemWatcher. It enables you to monitor the file system for changes. A single file, a directory, even all files can be monitored. Basically, you create the class; then, you set the NotifyFilter, the starting path, the file name Filter, and event handlers for the events you want to monitor. Finally, you enable events. The event types are: changed, created, deleted, and renamed.
这个程序演示一个非常有趣的.NET类 FileSystemWatcher。它可以让你监视系统的变化。可以监视一个单独的文件、一个目录、甚至所有的文件。基本上先创建一个类,再设置NotifyFilter, 开始路径、文件名过滤器,以及需要监视的每个事件的句柄。最后再触发事件。事件类型有:改变、创建、删除和重命名。
来源: https://www.codeguru.com/cs_network/FileWatch.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Pictures in datagrid in VB.NET by GU Gra |
   |
简 介:
Display a picture in datagrid in VB.NET
在 VB.NET的数据风格中显示图片。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=2231&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|