|
|
|
|
CFlatListBox |
   |
简 介:
This took about 10 minutes to create. I based this on my CFlatEdit control which was based on Kirk Stowell's CFlatComboBox control Pretty easy to use. Nice control actually. I like the flat look so these are some pretty useful classes to me
这个项目花费了大约10分钟。我基于自己的CFlatEdit控件创建了这个控件,它基于 Kirk Stowell的CFlatComboBox 控件,非常易于使用。这实际上是一个非常漂亮的控件。我喜欢扁平的感观,所以这些类对我来相当有用。
来源: https://www.codeguru.com/controls/FlatListBox.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using Reflection to Dump Objects |
   |
简 介:
In this article, I will show how to write some .Net code to use a feature called "reflection" to generate a String containing values from all object fields.
在这个项目中,我演示了使用.Net 的"reflection" 功能来生成一个字符串,包含了一个对象的所有字段的值。
来源: https://www.codeguru.com/cs_syntax/dumper.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Multi-Level CCheckListbox |
   |
简 介:
Recently, I was in the need of a control that allowed the users the ability to check multiple items in a CListbox type of fashion. I would of used the common MFC control CCheckListBox but I needed the items to be presented in a hierarchy and be totally customizable (font, colors, images, etc.) for each individual item. I also thought about using the MFC CTreeCtrl and do my own custom drawing but I really wanted the CListbox look and feel along without the ability to expand and collapse each item. So...here's my solution...
最近,我需要一个控件让用户可以选取CListbox 中的多个条目。我习惯了使用 MFC 控件CCheckListBox ,但我需要按层次式的方式来提供选项,并可以完全定制每个条目的设置(字体、颜色、图片等等)。我也试着使用MFC CTreeCtrl ,并且我自己定制绘制,但我实际上需要 CListbox 的感观,不能够扩展和层叠每个条目。所以,这里是我的解决方案...
来源: https://www.codeguru.com/listbox/CCheckList.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Minimized Sample of DCOM Server |
   |
简 介:
Minimized Sample of DCOM Server
最简单的DCOM服务器的例子
来源: https://www.codeguru.com/activex/MiniDcom.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Image List Box |
   |
简 介:
The CImageListBox class is derived from CListBox. I get inspiration from the CCheckListBox MFC class.
The Image List Box shows a list of images. It is not possible to display text.
CImageListBox 类派生于 CListBox。我从 CCheckListBox MFC 类中得到启发。
这个图形列表框可以显示一列图片,不支持显示文本。
来源: https://www.codeguru.com/controls/ImageLB.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Introduction to Maintaining User-Specifi |
   |
简 介:
The .NET framework provides a very useful feature that allows an application to store and retrieve data on a per-user basis. This new Isolated Storage mechanism replaces the previous methods of storing such data in Windows .ini files and the system Registry.  
.NET 框架提供了非常有用的功能,可以让一个应用程序以每个用户为基础来存储和检索数据。这种新的分离存储机制取代了以前在Windows使用的.ini 文件或系统注册表。
来源: https://www.codeguru.com/cs_data/IsolatedStorage.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CColorListBox - A list box with colored |
   |
简 介:
CColorListBox - A list box with colored strings
CColorListBox -一个带有不同颜色字符串的列表框
来源: https://www.codeguru.com/listbox/colorlb.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using NT Security DLL To Investigate DCO |
   |
简 介:
Using NT Security DLL To Investigate DCOM Issues
使用NT安全DLL来检查DCOM问题。
来源: https://www.codeguru.com/activex/NTSecurityDLL.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Listbox-like bitmap browser |
   |
简 介:
CTitledPicsWnd provides a large-icon-list-view-style window class with scrolling capabilities, but instead of just icons it can display bitmaps with titles below. The size of the 'section' that each bitmap occupies can be set specifically, or can be left to find the best fit. 'Best fit' means that the largest bitmap's width will be used to decide how wide each section is, and the window will fit as many sections as it can fit completely across its width. The pictures are then set out on as many rows as required.
CTitledPicsWnd 提供了一个“大图标列表视图风格”的窗口类,支持滚动,不但可以显示图标,还可以显示位图,并在图的下面可以有标题。每个位图占据的区域可以单独设置,或者自动设置为最合适的。“最合适”是指用最大的位图宽度作为区域的宽度,窗口将调整为显示多个区域。图片按需要的行显示。
来源: https://www.codeguru.com/controls/TitledPicsWnd.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using the ASP.NET Application Cache to M |
   |
简 介:
Using the ASP.NET Application Cache to Make Your Applications Scream
使用 ASP.NET 应用程序缓存来生成你的应用程序流
来源: https://www.codeguru.com/cs_data/ProsiseAppCache.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|