|
|
|
|
Combobox Navigation |
   |
简 介:
This is a very simple script about web page navigation. Add it to your web site and you will get a dropdown combobox for your web site's navigation. For Microsoft Internet Explorer 5.0 or higher/Netscape or Opera 6.0 or higher.
Combobox Navigation这是一个有关页面导航的非常简单的脚本。将它加到你的Web站点中,你就可以得到一个你的站点导航的下拉组合框。支持Microsoft Internet Explorer 5.0 或更高版本/Netscape 或 Opera 6.0 或更高版本。
来源: https://java.ittoolbox.com/code/d.asp?d=2417&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using Unmanage Code in C# |
   |
简 介:
Another view on how to work with unmanged code an unmanged dlls from C#.  
这个项目演示了如何在C#中处理非管理dll中的非管理代码。
来源: https://www.codeguru.com/cs_syntax/Unmanage.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Using ADO from C++ |
   |
简 介:
Microsoft ActiveX Data Object (ADO) provides an easy way to data access and manipulation that is independent of data stores, tools, and languages. This flexibility and easy-to-code facility makes ADO the perfect choice for developers. ADO is implemented with Component Object Model (COM) interfaces. Unlike VB programmers, C++ programmers must know the details of using COM for using ADO. So, using ADO from C++ is still very complex. But, it is possible to get an easy ADO programming model from C++, which can help to hide the details of using COM. In this article, I demonstrate a C++ class to do this that encapsulates the ADO connection object. You can apply same technique for encapsulating other ADO objects.
Microsoft ActiveX Data Object (ADO) 提供了一种容易的数据访问和处理方法,它独立于数据存储、工具和语言。其灵活性和易用性使ADO成为开发人员的首先选择。ADO的实现采用了 Component Object Model (COM)接口。不像VB程序员,C++程序员在使用ADO时必须知道COM的细节。所以在C++中使用ADO仍旧有些复杂。但是,可以在C++中得到一个用于使用的ADO编程模型,以隐藏使用COM的细节。在这个项目中,我实现了一个C++类来封装ADO的connection 连接对象。你可以使用同样的技术来封装ADO的其它对象。
来源: https://www.codeguru.com/Cpp/data/mfc_database/ado/article.php/c6729/ |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Implementing CustomDraw into Your Projec |
   |
简 介:
Implementing CustomDraw into Your Project
在你的项目中实现自绘功能。
来源: https://www.codeguru.com/cpp_mfc/ColorCListView.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Dont Disturb Me |
   |
简 介:
A funny script, try to disturb a button that is sleeping! For Microsoft Internet Explorer 5.0 or higher. Netscape or other browsers are not supported.
Dont Disturb Me是一个有趣的脚本,试图打乱一个正在“睡觉”的按钮!支持Microsoft Internet Explorer 5.0或更高版本,不支持Netscape或其它浏览器。
来源: https://java.ittoolbox.com/code/d.asp?d=2420&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Splitter Window |
   |
简 介:
If you want to implement splitter window in your MFC based application that redraws its panes dynamically (like Microsoft Windows Explorer does when you have IE4.0 installed) then you can use my simple class CDynSplitterWnd. Dragging CDynSplitterWnd splitter bar does not show a hatched line, instead it immediately redraws itself at a new position as well as forces all its panes to redraw themselves.
如果你想在你的基于MFC的应用程序实现分隔窗口,它可以动态地重新绘制它的窗格(类似安装IE4.0 后, Microsoft Windows Explorer完成的功能),你可以使用我的 CDynSplitterWnd类。拖动CDynSplitterWnd 的分隔条不会显示一条阴影线,它会立即在新位置重新绘制分隔条,并让所有的窗格重新绘制自己。
来源: https://www.codeguru.com/splitter/dynamic_splitter.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
How to Determine Whether a Printer Suppo |
   |
简 介:
A recent project required me to determine whether a printer supported printing in color. With a little bit of research, I was able to develop my own approach to the problem.
最近的一个项目中我需要决定一个打印机是否支持彩色。在进行了一番研究之后,我开发了自己的方法来解决这一问题。
来源: https://www.codeguru.com/Cpp/controls/listview/printing/article.php/c6755/ |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Words and Lines Counting Utility |
   |
简 介:
This utility is very useful for counting the number of lines and words in programs or text files. The utility is very simple but it is also very powerful. You can find any group of files and see through the list and check out the number of words and lines in a group of files. This was the kind of utility that I was wanting for a long time and I finally wrote it.
这个工具可以用于计算程序或文本文件中的行数和字数,它是非常简单的,但功能强大。你可以找到任何一组文件,查看列表,查看一组文件中的字数和行数。这是我寻找了很长时间的工具,最后还是自己开发了它。
来源: https://www.codeguru.com/cpp_mfc/WordLine.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Image Clone |
   |
简 介:
This is a very simple JavaScript timepass program. It will tile your images. For Microsoft Internet Explorer 5.0 or higher. Netscape or other browsers are not supported.
Image Clone这是一个非常小的 JavaScript 计时器。它可以平铺你的图片,支持Microsoft Internet Explorer 5.0 或更高版本,不支持 Netscape 或其它浏览器。
来源: https://java.ittoolbox.com/code/d.asp?d=2422&a=s |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Outook Style Splitter Bar |
   |
简 介:
Here is a another Outlook lookalike example source code.
The OutlookStyle application is an SDI window. The main frame consist of a
static splitter window with one row and two columns.
Outook 风格的分隔条。OutlookStyle 应用程序是一个SDI窗口。主框架由一个静态分隔条窗口组成,有一行两列。
来源: https://www.codeguru.com/splitter/outlook_style.shtml |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|
|