-
a project preparation process, the need to resort to an initial list can specify...
在我的一个项目编制过程中,需要用到一个可以指定初始目录的目录选择对话框,起初我找到了http://www.vckbase.com/bbs/prime/viewprime.asp?id=94 这篇文章,发现由于"bi.pidlRoot"的格式不了解,很难实现这样的功能,后来在一个日本网站上找到了一篇文章,有示例代码和相关说明(现在网址找不到了,抱歉,以后找到了再加上),利用回调函数解决了此问题,现在我把示例程序做出来,有相关Puzzle的同仁可以参考一下. 注: 1.重要的函数和宏定义在"global.h"中,函数调用在"SHFolderDlg.cpp"中的"void CSHFolderDlg::OnClick_SHBrowseForFolder()"中,重要的部分我说明了一下,写的不好请大家原谅. 2.原来文章中的程序是有日文注释的,在我的朋友陈伟林帮助下写成了中文,在此向他表示感谢.-a project preparation process, the need to resort to an initial list can specify the directory to choose dialog, I initially found http://www.vckbase.com/bbs/prime/viewprime.asp id = 94 article, it is found that "bi . pidlRoot "format, it should not be difficult to achieve such a function and later in a Japanese website found an article with sample code and related (not a web site now, sorry, after finding a plus), using a callback function to solve this problem, I shall now examples of procedures done, the relevant Puzzle colleagues for reference. Note : 1. important functions and ma
- 2022-07-09 23:54:21下载
- 积分:1
-
这个程序写的很漂亮 可以
这个程序写的很漂亮 可以-this procedure was very nice to see it
- 2022-02-13 14:45:46下载
- 积分:1
-
此代码用来为SDI程序快速的加入一个漂亮的标题窗口,代码是不难,属于初级水平。在源代码中有一些注释,即使是对于初学者也很容易明白。这个标题窗口支持不同颜色的文字...
此代码用来为SDI程序快速的加入一个漂亮的标题窗口,代码是不难,属于初级水平。在源代码中有一些注释,即使是对于初学者也很容易明白。这个标题窗口支持不同颜色的文字,文字阴影,背景,字体的尺寸和类型,字体在窗口中的位置等。同时也支持背景的渐变色背景。
-this code SDI procedures used to the rapid accession to the title of a beautiful window, the code is not difficult and is in the initial level. The source code, have some notes, even for beginners can easily understand. The title of the window to support different colors of text, text shadows, background, the font size and type fonts in the window of the location. Also supporting the background color gradient background.
- 2022-04-06 16:40:53下载
- 积分:1
-
很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这...
很多基于对话框的程序都有一个启动画面,那么如何为自己的对话框程序也加一个这样的画面呢?其实VC++开发环境中有一个现成的 Splash Screen 组件,用这个组件很容易实现基于框架类(也就是CMainFrame)的程序的启动画面,那么如果是对话框程序,没有框架类怎么办呢?所以这个组件功能不是想象的那么强。要实现基于对话框应用程序的启动画面必须另辟蹊径。这里提供一个可重用代码例子,一步一步教你实现每一个细节。利用一个定制的C++类:CSplashWnd,增强原来的 Splash Screen 组件功能。它不但可以在用于具有CMainFrame的程序,同时也可以用于基于对话框应用的程序。-many of the procedures based on the dialog has launched a picture for themselves as to how the dialog procedures were also such a picture? In fact, VC environment with a ready-made Splash Screen components, the components used easily framework based category (that is, CMainFrame) of the commencement of proceedings picture, then if the dialog procedure is not like the framework of how to do? Therefore, this component function is not so strong as imagined. To achieve based on the application"s dialog screens must choose another road. Here provide a reusable code examples, step by step teach you realize every detail. Using a customized Category C : CSplashWnd, enhance the original Splash Scre
- 2023-05-09 11:55:02下载
- 积分:1
-
Tsinghua version of LabView Essentials, very practical
清华版LABView 基础教程,挺实用的-Tsinghua version of LabView Essentials, very practical
- 2022-12-25 16:40:04下载
- 积分:1
-
课程设计:仓库管理系统!包括报告和原程序,大家一定会喜欢
课程设计:仓库管理系统!包括报告和原程序,大家一定会喜欢-Course Design : warehouse management system! Including the report and the original procedure, we will certainly like
- 2022-07-22 18:17:02下载
- 积分:1
-
功能强大的扩展消息框、输入框、闪屏框
功能强大的扩展消息框、输入框、闪屏框-powerful extensions news box, input box, flashing screen frame
- 2022-11-13 08:10:03下载
- 积分:1
-
demonstration SDI single
演示SDI的单窗口显示内容可修改的表格式数据,并且有嵌入的滚动字幕显示,自动日期显示,自动保存窗口状态和数据内容,下次自动调用重显-demonstration SDI single-window content can modify the form of data and is embedded subtitles rolling, the automatic date display, automatic window state and the preservation of data, the next automatically called weight
- 2022-01-30 21:59:15下载
- 积分:1
-
Vc wrote an imitation developstudio style interface example. Spent cj60lib graph...
一个vc写的仿developstudio界面风格的例子。用了cj60lib图形库-Vc wrote an imitation developstudio style interface example. Spent cj60lib graphics library
- 2022-03-23 20:37:27下载
- 积分:1
-
基于单文档视图结架,创建彩色背景视图的示例,对初学者起个启示作用...
基于单文档视图结架,创建彩色背景视图的示例,对初学者起个启示作用-based on single-file View Guitar create color background View example, the right to take a beginners inspiration
- 2022-02-01 14:20:19下载
- 积分:1