|
|
|
|
Secure Edit Control (MFC) |
   |
简 介:
Today, security becomes more and more important. Very secure encryption and authentication algorithms are designed (for example, AES and SHA). But, the best algorithms are useless if crackers bypass these systems by simply exploiting simple security bugs of operating systems...
当今,安全变得越来越重要了。设计了许多安全加密和认证算法(如AES和SHA)。但是,如果黑客利用了操作系统的漏洞绕过系统安全功能,这些算法就没有用处了。
来源: https://www.codeguru.com/editctrl/secureedit.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
ATL COM and ADO |
   |
简 介:
ADO standa for ActiveX Data Object.ADO provides an object-oriented programming interface for accessing a data source using the OLEDB data provider. It is the succesor to DAO and RDO object models and combines the best features DAO and RDO.
ADO代表 ActiveX Data Object.ADO ,为访问使用OLEDB数据提供者的数据源提供了一个面向对象的接口。它是DAO和RDO对象模型的后继产品,组合了DAO和RDO的最好功能。
来源: https://www.codeguru.com/atl/ATLnADO.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Popup Progress window (2) |
   |
简 介:
CProgressWnd provides a full-featured window for showing the progress of an operation. It supports a progress bar with a configurable edge style and fill colour, a message to let the user know what is happening, an optional cancel mechanism and an optional animation in the form of an AVI. The window automatically sizes itself to fit all the components on by changing its height so that the message can fit into the space to the right of the animation (if required), along with the progress bar and the cancel button (if required). Some parameters can be changed while the window is showing, in which case the window adjusts accordingly (unless specified), other parameters can only be changed while the window is hidden. The window is operated as a modeless window (i.e., it does not block input to other windows).
CProgressWnd 提供了一个全功能的窗口,以显示操作的进程。这个进度条支持可配置的边界风格,填充色,让用户知道什么发生的消息,可选择的取消机制,以及可选的AVI形式的动画。这个窗口可以自动调整其大小以适合所有的组件,通过改变其高度来让消息可以在动画(如果需要)的右边显示,同时提供了进度条和取消按钮(如果需要)。当窗口正在显示时也可以修改一些参数,窗口会做出相应的调整。其它一些参数只能在窗口隐藏时修改。窗口是作为一个无模式窗口(即它不能阻塞其它窗口的输入)
来源: https://www.codeguru.com/controls/progress_wnd2.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
CSharp AddressRegister Control |
   |
简 介:
The control is like the Microsoft Outlook Address Register Control (under Contacts) with a little bit more .NET-Style. (.NET)
这个控件类似于Microsoft Outlook Address Register Control 控件,更有些像 .NET风格(.NET) 。
来源: https://www.codeguru.com/cs_controls/EMPAddressRegister.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Creating a Transparent Editbox with No R |
   |
简 介:
Creating a Transparent Editbox with No Redraw Problems
创建一个透明的编辑框,没有重绘问题
来源: https://www.codeguru.com/editctrl/TransparentEditBox.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using ATL to Automate an MFC application |
   |
简 介:
Using ATL to Automate an MFC application
使用ATL来自动化一个MFC应用程序。
来源: https://www.codeguru.com/atl/MoreAutoATL.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
A Popup Progress Window |
   |
简 介:
A Popup Progress Window
这是一个弹出式进度条窗口
来源: https://www.codeguru.com/controls/progress_wnd.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
ISAPI Versus ASP File Uploads in Web App |
   |
简 介:
ISAPI Versus ASP File Uploads in Web Applications
在Web应用程序中使用ISAPI 或 ASP 文件来上传图片和文件
来源: https://www.codeguru.com/isapi/FileUploads.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Converting the CONNECT Sample to a Local |
   |
简 介:
The CONNECT sample included with Microsoft Visual C++ 6.0 is an example of how to use connection points with ATL. The in-process server is implemented in connect.dll and the one of the clients is a simple dialog based application called MDrive. It's intended to be an example of using connection points within a single process boundary. However, the first thing you may want to do with connection points is use them between different processes. I couldn't find an example of how to do this so I had to improvise.
随 Microsoft Visual C++ 6.0 提供的CONNECT例子演示了如何在ATL中使用连接点。在 connect.dll 中实现了进程内服务器,一个客户端是一个基于对话框的应用程序,称为MDrive。它旨在演示在单独的进程内使用连接点。但是,你想做的第一件处理连接点的事情是在不同的进程间使用它们。我找不到其它例子,只好自己开发了一个。
来源: https://www.codeguru.com/atl/atl_Conexe.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|