|
|
|
|
Adding a Minimize Button to a Window wit |
   |
简 介:
A few days ago, I faced a problem regarding a minimize button for a window with the style WS_EX_TOOLWINDOW. Because there is no support for a minimize button with this style, I had to do it on my own.
几年前,我需要为具有 WS_EX_TOOLWINDOW风格的窗口提供一个最小化按钮。由于这种风格的窗口不支持最小化按钮,所以我必须自己完成。
来源: https://www.codeguru.com/controls/MinimizeBtn.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Generating Wrapper Classes from an XML S |
   |
简 介:
XML is now everywhere. It's been universally embraced across the whole industry. It's fundamental to Web Services, .NET, J2EE, and many, many more technologies. However, its real potential is achieved when XML is used in conjunction with XML Schemas; without a schema, there is nothing to formalise what is valid within your XML document.
XML现在随处可见,在整个业界广泛使用。它是Web Services, .NET, J2EE等技术的基础。它真正的潜力是XML和 XML Schemas一起使用。没有schema,就不能形式化校验XML文档。
来源: https://www.codeguru.com/cs_data/XmlCodeGen.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Implementing Drag and Drop on List Contr |
   |
简 介:
Implementing Drag and Drop on List Control Items
在列表框控件的条目中实现拖放操作
来源: https://www.codeguru.com/listbox/CoolCode.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
ATL Coding Helpers |
   |
简 介:
Here I put a collection of helper and workaround classes/macros I developed through my experience with ATL and popularized at our site. I guess it might be useful to others.
这是我在使用ATL的过程中开发的一套实用工具和工作类/宏,特定于我的站点。我想也许会对其它人有帮助。
来源: https://www.codeguru.com/atl/ATL_CodeHelper.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Progress Control with Text |
   |
简 介:
This is a simple CProgressCtrl derived class that allows text to be displayed on top of the progress bar in much the same way as many "Setup" programs display the progress of long operations.
这是一个简单的 CProgressCtrl 的派生类,它可以在进度条上显示文本,类似于许多安装程序中显示的时间很长的进度条。
来源: https://www.codeguru.com/controls/text_progressctrl.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
NET LED Control in C# |
   |
简 介:
Ported version of Monte Variakojis' LED control.
这是 Monte Variakojis的LED控件在.NET 用C#实现的版本
来源: https://www.codeguru.com/cs_controls/LedDemo.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Open Group Control |
   |
简 介:
Creating a smart and flexible control with an open architecture XML-configured container for sensitive elements of various types.
用一个开放体系结构的XML可配置的容器创建一个智能和灵活的控件,支持各种类型的敏感元素。
来源: https://www.codeguru.com/cs_controls/OpenGroupControl.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CbuttonListBox, a ListBox Populated with |
   |
简 介:
Recently, I needed to present a user interface incorporating a large number of buttons. Each button caused an activity to start and would run for an indeterminate length of time. I wanted to indicate this activity and associate it with the button that started it.
最近我需要为用户提供一个具有很多按钮的界面。每个按钮都可以启动并运行一定长度的时间。我想标识这种活动,并将它和启动它的按钮相关联。
来源: https://www.codeguru.com/listbox/CbuttonListBox.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Multiple Dispatch Interfaces |
   |
简 介:
Most of COM objects implement more than one interface. These interfaces are usually dual interfaces, which means they implement IDispatch as well. If you use such an object from a programming environment that can access IUnknown, all the interfaces are available through the QueryInterface method.  
大多数COM对象实现了多个接口。这些接口通常是双向接口,这意味也实现了 IDispatch 。如果你从访问 IUnknown的编程环境中使用这样的一个对象,所有的接口可以通过 QueryInterface 方法来使用。
来源: https://www.codeguru.com/atl/index.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Bitmap progress control |
   |
简 介:
CProgressST is a class derived from MFC CProgressCtrl class. With this class your applications can have progress bars using bitmaps as seen in many modern installation programs and games!
CProgressST 是一个派生于 MFC CProgressCtrl 的类。使用这个类,你的应用程序可以使用位图进度条,非常类似于现在流行的安装程序或游戏中的进度条。
来源: https://www.codeguru.com/controls/bitmap_progress.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|