|
|
|
|
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) |
|
How to Retrieve the Viewable Area of a W |
   |
简 介:
The ClientRectangle Property doesn’t always give you a true viewable area of a window. For example, this occurs when the window is an MDI child window or child window of an MDI child window because the MDI parent may not be large enough to display all of the MDI child.
To get the viewable area, you need to call a Win32 function named GetClipBox(). Following is a function that calls GetClipBox() and converts the results to something that .NET can use.
ClientRectangle 属性不总是返回真正的窗口区域。例如,当窗口是一个MDI子窗口或一个MDI子窗口的子窗口时,就是这样,因为MDI父窗口不可能足够大以显示所有的MDI子窗口。
为了得到可以查看的区域,你需要调用一个Win32函数(GetClipBox())。这个项目的一个函数调用了GetClipBox() ,并将其转换为 .NET 可以使用的数值。
来源: https://www.codeguru.com/cs_misc/ViewableControlArea.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Mike Hardy's ScreenSaver Generator |
   |
简 介:
Have you ever wanted to make your own Flying Windows ScreenSaver? Well thats what Mike Hardy's ScreenSaver Generator does. You can choose from 50 objects and turn them into a Flying Windows ScreenSaver. Written in Visual Basic 4.0 By Michael J. Hardy
你想开发自己的飞动Windows屏幕保护程序吗?这正在 Mike Hardy的屏幕保护生成器要完成的功能。你可以选择50个对象,将它们放入一个飞行的Windows屏幕保护程序中。由 Michael J. Hardy用Visual Basic 4.0 开发。
来源: https://visualbasic.ittoolbox.com/code/d.asp?d=2352&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Limiting a dialog-based application to a |
   |
简 介:
Limiting a dialog-based application to a single instance
限制一个基于对话框的应用程序只有一个实例。
来源: https://www.codeguru.com/dialog/Instance.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Fast and efficient CString replacement |
   |
简 介:
This article describes a class named CStr, which in many respects is similar to CString -- and in most cases can be used interchangeably. However, the class improves much in the following areas:
这个项目使用了一个名为 CStr的类,在许多方面类似于 CString -- 在大多数情况下可以交换使用。但这个类在一些方面作了改进。
来源: https://www.codeguru.com/string/faststring.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|