搜索资源列表
像qq一样变换图标
- QQ在收到消息时会在状态栏不停地闪动图标,本程序演示了这个闪动图标的实现方法。-QQ will flash its icon when received message. The program gives a demo for realizing the flash icon.
动画状态栏
- 一个在。net平台上用VC++,mfc开发的界面示例程序,在标题栏上含有动画图标,对mfc初学者一定有帮助
YKPop
- 可以自切换系统状态栏图标的示例代码,可以根据自需要做自由变换.
实现系统状态栏图标
- 实现系统状态栏图标-achieving system status bar icon
菜单大图标状态栏时钟背景图片的实现
- 单大图标状态栏时钟背景图片的实现
隐藏所有可视窗口 hide window
- 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何DLL文件,只有一个EXE文件即可,其中还有对系统状态栏图标的存取操作等
3
- 在对话框中创建菜单、状态栏、工具栏。其中工具栏采用大图标按钮实现-In the dialog box to create menus, status bar, toolbar. One button on the toolbar to achieve with large icons
Lesson9Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the MFC AppWiz
MainFrm2
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -to modify the size and style
IEStatusBarPane
- 这个程序开发语言是C++,它安装之后,可以在IE状态栏上增加你的应用程序图标(它可以是XP的Theme风格),当你选择菜单中的Unmask Passwords后,网页中任何的密码输入框中的密码都会以明文方式显示出来。 -This article demonstrates how to add a Status Bar pane to Internet Explorer Window, and then how to use it for managing Web page password
Style
- 程序Style的功能简介 1、修改窗口的光标、图标和背景 功能:模拟动画图标 2、工具栏 功能1:在工具栏上添加和删除按钮 功能2:创建自定义的工具栏,并实现工具栏在原位置显示和隐藏(此功能由查看菜单下的新工具菜单项完成) 3、状态栏 功能1:按需要设置状态栏窗格的大小 功能2:在状态栏窗格上显示系统当前时间,并让时间动起来 4、进度栏 功能1:在状态栏的窗格中创建进度栏 功能2:正确设置、显示进度栏的位置,并让进度栏动起来 5、在状态栏上显示鼠
Soft20060210104144794
- windows下的在状态栏系统区以动画方式显示图标-System area in the status bar to display animated icons
Ex_Prac
- 使用MFC做的多菜单,自定义的图标,多对话框,状态栏,快捷键等综合在一起的一个程序。-Use MFC to do more than the menu, custom icons, multiple dialog boxes, status bar, keyboard shortcuts, etc. together in one comprehensive program.
FlashStatus
- visual c++ 6.0 动态状态栏 图标 循环显示-dynamic status bar
Status_bar_icon_achieve_C_code
- 状态栏图标实现C#代码Status bar icon to achieve C # code-Status bar icon to achieve C# code
tanj4
- 1.图标动态显示。 2.状态栏显示光标坐标。 3.状态栏显示当前时间,格式为“17:23:27”. -1. Icon dynamic display. 2. The status bar shows the cursor coordinates. 3. The status bar displays the current time, the format of " 17:23:27."
AnimatedStatusbar
- 在程序状态栏显示动画图标,Visual C++ 开发,WindowsXP平台。-Show animated status bar for an Visual C++ application
hidewindows
- 一款可以瞬间显示/隐藏所有可视窗口程序的源码,采用了日志钩子,可以不使用任何DLL文件,只有一个EXE文件即可,其中还有对系统状态栏图标的存取操作等-A can instantly show/hide all visible windows program source code, using a log hook, you can not use any DLL files, only one EXE file to which the system status bar icon also
CoolTrayIcon
- delphi制作托盘图标的很好工具,可以隐藏状态栏图标等功能。-The delphi produced a good tool for tray icon, and you can hide the status bar icon, and other functions.
五句代码实现托盘图标闪动
- 模仿QQ右下角状态栏,来信息时的闪动,只用5句代码,简单(Imitating the state bar of the lower right corner of the QQ, the flashing of information)