CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - application
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - application - List
[
StatusBar
]
DelayLoad_source
DL : 0
The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initialization time might be slow because the loader maps all of the required DLLs into the process address space and there is every possibility that even a single function from one of these DLLs is not called, so a better way for a loading a DLL which is rarely used is to delay load, it i.e., load it when required instead of loading initially. This improves the start up time. Sounds great. Now, we will actually try to delay load a DLL, and analyze its advantages and disadvantages, so all set
Date
: 2008-10-13
Size
: 80.29kb
User
:
李鸡蛋
[
StatusBar
]
StatusBar_XPXP
DL : 0
不同风格的状态条的特殊应用,示例和源程序。-different styles of the special status of the application, and source code examples.
Date
: 2008-10-13
Size
: 11.45kb
User
:
hw
[
StatusBar
]
testProgressBarApp
DL : 0
test ProgressBar Application
Date
: 2008-10-13
Size
: 9.72kb
User
:
lingxiao
[
StatusBar
]
AdvancedProgressbar_demo
DL : 0
Advanced Progress bar in MFC application
Date
: 2008-10-13
Size
: 10.31kb
User
:
Ivan
[
StatusBar
]
XpProgressBar_demo
DL : 0
XP advanced progress bar control for MFC application
Date
: 2008-10-13
Size
: 15.08kb
User
:
Ivan
[
StatusBar
]
cn700_vc5993555244
DL : 0
在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条-more documents in the application of state-window to join the list of the process, the state of a bit like Windows 95 taskbar
Date
: 2008-10-13
Size
: 54.47kb
User
:
王瑞
[
StatusBar
]
在多文档应用程序的状态条中加入子窗口的列
DL : 0
在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条.-more documents in the application of state-window to join the list of the process, the state of a bit like Windows 95 taskbar.
Date
: 2008-10-13
Size
: 116.93kb
User
:
程林
[
StatusBar
]
12将窗体压入系统托盘
DL : 0
用VB开发的一个托盘。让应用程序的图标出现在电脑右下脚的状态栏上。-VB developed a tray. Let the application's icon in the lower-right corner of the computer status bar.
Date
: 2008-10-13
Size
: 10.77kb
User
:
大山
[
StatusBar
]
cn700_vc5993555244
DL : 0
在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条-more documents in the application of state-window to join the list of the process, the state of a bit like Windows 95 taskbar
Date
: 2026-01-18
Size
: 63kb
User
:
王瑞
[
StatusBar
]
在多文档应用程序的状态条中加入子窗口的列
DL : 0
在多文档应用程序的状态条中加入子窗口的列表, 使程序的状态条有点像Windows 95的任务条.-more documents in the application of state-window to join the list of the process, the state of a bit like Windows 95 taskbar.
Date
: 2026-01-18
Size
: 117kb
User
:
程林
[
StatusBar
]
12将窗体压入系统托盘
DL : 0
用VB开发的一个托盘。让应用程序的图标出现在电脑右下脚的状态栏上。-VB developed a tray. Let the application's icon in the lower-right corner of the computer status bar.
Date
: 2026-01-18
Size
: 11kb
User
:
大山
[
StatusBar
]
DelayLoad_source
DL : 0
The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initialization time might be slow because the loader maps all of the required DLLs into the process address space and there is every possibility that even a single function from one of these DLLs is not called, so a better way for a loading a DLL which is rarely used is to delay load, it i.e., load it when required instead of loading initially. This improves the start up time. Sounds great. Now, we will actually try to delay load a DLL, and analyze its advantages and disadvantages, so all set
Date
: 2026-01-18
Size
: 80kb
User
:
李鸡蛋
[
StatusBar
]
StatusBar_XPXP
DL : 0
不同风格的状态条的特殊应用,示例和源程序。-different styles of the special status of the application, and source code examples.
Date
: 2026-01-18
Size
: 11kb
User
:
hw
[
StatusBar
]
CuteFTP
DL : 0
一个简单的分割条的应用,窗口被分为3个.可以用来了解一下SplitterWnd的使用,在此代码的基础上改成自己需要的-Be a simple division of the application window is divided into three. SplitterWnd can be used to learn about the use of this code based on their needs change
Date
: 2026-01-18
Size
: 1.9mb
User
:
ruijing
[
StatusBar
]
testProgressBarApp
DL : 0
test ProgressBar Application
Date
: 2026-01-18
Size
: 22kb
User
:
lingxiao
[
StatusBar
]
Style
DL : 0
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious thinking, can not deal directly with the OnCreate function, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
Date
: 2026-01-18
Size
: 56kb
User
:
李雅芳
[
StatusBar
]
AdvancedProgressbar_demo
DL : 0
Advanced Progress bar in MFC application
Date
: 2026-01-18
Size
: 10kb
User
:
Ivan
[
StatusBar
]
XpProgressBar_demo
DL : 0
XP advanced progress bar control for MFC application
Date
: 2026-01-18
Size
: 15kb
User
:
Ivan
[
StatusBar
]
Lesson9Code
DL : 0
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious thinking, can not deal directly with the OnCreate function, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
Date
: 2026-01-18
Size
: 57kb
User
:
ironman2006
[
StatusBar
]
freecell
DL : 0
Progress控件能让人们感受到一个应用程序执行的进度,在很多应用程序中都能用到它,但通常只支持在单任务中,我在Windows98/NT中文操作系统下,在VC++6.0环境下,利用线程编制了一个非常小巧的应用程序来实现Progress控件的使用。它可以支持多线程,使用起来很方便。 -Progress control allows people to feel that the implementation of an application' s progress, in many applications it can be used, but usually only support a single mission, the English Windows98/NT at my operating system, in VC++6.0 environment use thread a very small, the preparation of applications to achieve control of the use of Progress. It can support multi-threaded, easy to use.
Date
: 2026-01-18
Size
: 27kb
User
:
wangxh
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.