|
|
|
|
Color Listbox |
   |
简 介:
Color Listbox
颜色列表框
来源: https://www.codeguru.com/listbox/ColorListbox.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
SkDCOMbridge : COM/DCOM Handler Object |
   |
简 介:
The object retrieves a valid pointer to a local COM object's interface or a remote DCOM object's interface simply by calling it's main method ('getInterfacePointer') with the object's and interface's NAME or ID. This class saves you lots of time by doing all the name<->ID/CLSID conversion and handling all needed Window's APIs by itself while the object's input is simply a reference to what you want (object,interface) and the returning output is a valid pointer to it.
这个对象可以取回一个有效的指向本地COM对象接口或一个远程DCOM对象的接口的指针,只要简单的用对象的接口名字或ID来调用它的主方法('getInterfacePointer') 。这个完成所以名字与ID/CLSID 的转换,自己处理所有Windows需要的API,同时对象的输入引用你所需要的对象或接口,返回输出是指向对象或接口的有效的指针,节省了你的时间。
来源: https://www.codeguru.com/activex/SkDCOMbridge.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Multiple/Single Selection ListBox Contro |
   |
简 介:
The SRListBox class is implemented by taking a multiple selection listbox that can be made to behave like a single select listbox. In the single select mode I simply unselect any other selections made. The SRListBox provides the user with a function ( SetSingleSelect(const bool& single) ) to toggle between single and multiple selection.
SRListBox 类是一个完全支持多选的列表框,但其行为类似单选列表框。在单选模式下,可以简单地取消对其它项目的选择。SRListBox 为用户提供了一个函数( SetSingleSelect(const bool& single) )来在单选和多选模式之间切换。
来源: https://www.codeguru.com/controls/multi_select_listbox.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Find File Content Using the .NET IO Clas |
   |
简 介:
This is a very simple application that uses the .NET I/O class to search the files' content in a directory. I first used a DirectoryInfo class to get the directory information. Then, I saved the file list in a FileInfo array. You loop through the array and open each file for reading. Convert the buffer to string type, find the text, and raise an event when it's found.
这是一个简单的应用程序,使用 .NET I/O类来搜索目录中的文件内容。我先使用DirectoryInfo 类来获取目录信息,接着在一个FileInfo 数组中保存文件列表。你可以遍历数组,打开每个文件以读取它。将缓存转换为字符串类型,查找文本,当找到时激发事件。
来源: https://www.codeguru.com/cs_data/FindFile.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Color List Box With Extra Bits. |
   |
简 介:
Color List Box With Extra Bits.
带有颜色的列表框
来源: https://www.codeguru.com/listbox/lbEBX.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
ActiveX Shell Registration |
   |
简 介:
For those among us who develop ActiveX/COM objects, here's a little trick to help you with registering/unregistering your components easily. With a simple modification to the registry, you will have additional register/unregister menu options (accessible with the right-mouse button) integrated in your Windows Shell, as shown in the above screen shot.
对于那些开发 ActiveX/COM 对象的开发人员来说,这是一个小技巧,可以帮你容易地注册/注销你的组件。只要简单的修改这个注册程序,你可以具有额外的注册/注销菜单选项(可以通过右点击鼠标),并集成到你的Windows外壳中。
来源: https://www.codeguru.com/activex/ActiveXShellRegistration.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Scrollable List of Buttons |
   |
简 介:
This class allows you to create a scrollable list of buttons. It is derived from Chris Maunder's excellent Grid Control which appears here on the CodeGuru site. Note that users of this control are bound by Chris' copyright requirements detailed on his web page.
这个类可以让你创建可以滚动的一列按钮。它派生于Chris Maunder的优秀的网格控件(在 CodeGuru 上)。注意,这个控件的版权问题可以查看Chris的Web页面。
来源: https://www.codeguru.com/controls/BtnList.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Inside C#, Second Edition: File I/O with |
   |
简 介:
As part of the exploration of the streams framework, you will see the different types of stream, types of file system objects, and potential application environments, including Microsoft Windows-based and Web-based environments.
作为演示流框架的一部分,你将看到不同种类的流,文件系统对象,潜在的应用程序环境,包括基于Microsoft Windows和Web的环境。
来源: https://www.codeguru.com/cs_data/FileStreamingInCSharp1.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
How to Create a Full-Colored CListCtrl |
   |
简 介:
Additionally, if you'd like to be able to set the color for every item inside your CListCtrl you can use this derived CListCtrl .
如果你想设置列表框 CListCtrl 中每个条目的颜色,你可以使用这个派生的CListCtrl 类。
来源: https://www.codeguru.com/listbox/coloredlistctrl.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
An ATL project to run PING and TRACERT |
   |
简 介:
An ATL project to run PING and TRACERT
这是一个ATL项目,可以运行PING 和TRACERT
来源: https://www.codeguru.com/atl/atl_icmpcom.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|