搜索资源列表
DelayLoad_source
- 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 initializat
autofindanddelete3
- VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强! 很明显,这个程序的核心代码肯定是一个有通配符的功能的递归查找文件的函数。我的想法是先查找给定目录下的所有符合条件的文件,再递归查找下级文件夹下所有符合条件的文件。为了保证其封闭性,我用了一个CSt
DLL_CProcessCtlDlg
- 这是一个使用MFC扩展动态链接库制作的进度条对话框类,他不需要在状态条上显示,而且可以设定窗口颜色,大小,进度条及背景的颜色,同时可以设置窗口的透明度。它包含了CProcessCtl的所有功能函数。 这里包含了源程序代码,Demo以及生成的库。-This is an MFC extension DLL using the production of the progress bar dialog class, he did not need the status bar displays,
Lesson9Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the MFC AppWiz
ProgressBar2007
- 极精美的一款VB水晶进度条控件源代码,上边是测试截图,看上去是不是很漂亮,想要的赶紧下载哦!它还有很多特效,比如淡入淡出、滚动方向填充、仿VISTA等,另外它还有多种色彩方案、支持圆角、一些文字特效、自定义进度条等功能。-A very fine crystal VB progress bar control source code, test the screenshot above, appears to be not very beautiful, want to quickly downl
sbpro
- TStatusBarPro is an improved version of Delphi s TStatusBar. Each status panel in this status bar can have its own color, font, indent, image, hint, popup menu, click event and double click event. The size of each panel can be adjusted automatically
CRProgressBar
- 平滑的滚动条,内有效果图。背景有渐变,前景没有实现-Smooth scroll bars, there are effective plans. Gradient background, the prospects did not achieve
tooltiptext
- 还在为不能现实不同颜色且多行提示信息犯愁吗,来吧。一个现实控件提示信息可以多行模块-Still not the reality in different colors for multi-line prompts anxious and do, come on. Tip information can be a real multi-line control module
sjbq
- delphi 标签颜色随即变 一秒一变 自己写着玩的 大牛不要见笑-delphi label changes color then a change in his second play was written not laughed Daniel
12_3
- 多只蝴蝶不停的飞舞,而且不是一层不变的。给人视觉的享受-Butterflies kept flying, and not to the same level. Gives visual enjoyment
Not-show-in-status
- 当运行程序时,不在任务栏上显示程序的窗体。-When you run the program, the program is not on the form taskbar.
Palindromes
- 求1-20000之间的平方回文数 回文数也叫对称数,是指这类数的各位数字具有对称性,例如12121,通常,可以通过使用任何一个数字与其倒序数相加,再依次执行下去获得,例如:96+69 165,165+561 726,726+627 1353,1353+3531 4884。但是也有某些数字目前为止还不能验证是否可以通过上述操作获得回文数,例如数字196。平方回文数是指这类数字即是回文数,又是某个自然数的平方数,例如121,就是11的平方数,同时也是回文数。可以编写程序,通过遍历获得平方回文数
