Description: vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 26 旋转字体 27 MyDialog 28 在任务栏上显示图标 29 MySplashWnd 30 PlaySound 31 SoundCardDetect 32 DriveNumber 33 图象旋转 34 将固定大小的位图在窗口平铺 35 打开关闭光驱门 36 使按钮变灰 37 位图按钮 38 改变按钮字体 39 带颜色的静态文本控件 40 MyButton-vc inspiration source code programming examples in 21 Biaodilanshang window display text of the two methods most 22 control window large minimum size of 23 or hidden Show Desktop icon 24 reconfigured desktop 25 flashing title bar font rotation 26 27 MyDialog 28 in the task bar icon displayed on the 29 MySplashWnd 30 PlaySo 32 und 31 SoundCardDetect image rotation DriveNumber 33 3 4 fixed size of the bitmap in the window of a flat bed 35 closed drive to open the door so that the button greyed 36 37 38 buttons to change plans Font button 39 with the color static text control 40 MyButton Platform: |
Size: 1824969 |
Author:yiyizi |
Hits:
Description: vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口-vc inspiration source code programming examples accelerated 01 menu button to create dynamic menu 02 03 04 menu items map system with the right mouse button for the pop-up menu of 05 added to the system menu mode menu items 06 07 modeless dialog box 08 A. fxMessageBox 09 based on the use of dialog 10 applications to change the background color dialog 11 the use of the rolling axis 12 13 hidden task bar window size limit of 14 changes to create irregular window transparent window 15 1 six in a total of the top 17 purple window so that the window of 18 middle-trailers moving window title bar window 20 19 Resolution automatic call window Platform: |
Size: 3255380 |
Author:yiyizi |
Hits:
Description: vc灵感编程范例源代码 21 在窗口标题栏上显示文字的两种方法 22 控制窗口最大最小尺寸 23 隐藏或显示桌面图标 24 重新设置桌面 25 闪烁的标题栏 26 旋转字体 27 MyDialog 28 在任务栏上显示图标 29 MySplashWnd 30 PlaySound 31 SoundCardDetect 32 DriveNumber 33 图象旋转 34 将固定大小的位图在窗口平铺 35 打开关闭光驱门 36 使按钮变灰 37 位图按钮 38 改变按钮字体 39 带颜色的静态文本控件 40 MyButton-vc inspiration source code programming examples in 21 Biaodilanshang window display text of the two methods most 22 control window large minimum size of 23 or hidden Show Desktop icon 24 reconfigured desktop 25 flashing title bar font rotation 26 27 MyDialog 28 in the task bar icon displayed on the 29 MySplashWnd 30 PlaySo 32 und 31 SoundCardDetect image rotation DriveNumber 33 3 4 fixed size of the bitmap in the window of a flat bed 35 closed drive to open the door so that the button greyed 36 37 38 buttons to change plans Font button 39 with the color static text control 40 MyButton Platform: |
Size: 1824768 |
Author:yiyizi |
Hits:
Description: vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口-vc inspiration source code programming examples accelerated 01 menu button to create dynamic menu 02 03 04 menu items map system with the right mouse button for the pop-up menu of 05 added to the system menu mode menu items 06 07 modeless dialog box 08 A. fxMessageBox 09 based on the use of dialog 10 applications to change the background color dialog 11 the use of the rolling axis 12 13 hidden task bar window size limit of 14 changes to create irregular window transparent window 15 1 six in a total of the top 17 purple window so that the window of 18 middle-trailers moving window title bar window 20 19 Resolution automatic call window Platform: |
Size: 3255296 |
Author:yiyizi |
Hits:
Description: 这是使用 Win32 API 编写的一个功能强大的程序。可谓无所不能。
1、编辑和修改任何活动程序的窗口、菜单、工具栏以及其它控制(各种按钮、编辑框、组合框等)。
2、对于某个运行中程序的窗口/控制,你可以:
——将它们Enable/Disable,Show/Hide,销毁(带自定义返回);
——修改它们的图标、口令字符、字体、背景色、位置、大小和标题;
3、编辑某个窗口的菜单、工具栏(enable/disable,销毁,获取和设置其ID等);
4、显示出所有运行的进程、线程、模块(dlls)和窗口清单,并可以kill进程。
5、用模块察看器可以加载和卸载库(dlls),可以注册和注销ocx/dll文件。
6、类似WM_COMMAND的消息可以被发送到某个窗口。
7、任何窗口都可以被拷贝成一幅位图图像(Bitmap),并将图像发到剪贴板。
8、Disable任务管理器(Task Manager)。
9、察看被各个窗口打开的所有文件。从而监视系统中文件的活动。
-This is the use of Win32 API prepared a powerful process. Is omnipotent. One, editing and revising procedures for any activity window, menu, toolbar, and other control (various buttons, edit box, frame composition etc.). 2 for a certain operation procedures window/control, you can :-- they Enable/Disable, Show/Hide destruction (with the custom to return);-- Amend their icon, password characters, fonts, background color, location, size and title ; 3, editing a window menu, toolbar (enable/disable, destroy, access and set up their ID, etc.); 4, showing all running processes, threads, modules (dlls) and the list window and can kill the process. 5, the modules can be inspected for loading and unloading libraries (dlls), it randomly registration and cancellation/dll file. 6, similar Platform: |
Size: 190464 |
Author:郑波 |
Hits:
Description: 初学VC的好东西。很多个小例子和文档说明。主要内容(例子):01 菜单加速键
02 动态创建菜单
03 位图菜单项
04 制作鼠标右键弹出的菜单
05 给系统菜单添加菜单项
06 模式对话框
07 无模式对话框
08 AfxMessageBox的使用
09 基于对话框的应用程序
10 改变对话框的背景色
11 滚动轴的使用
12 隐藏任务栏
13 限制窗口大小的改变
14 创建不规则窗口
15 透明窗口
16 一个总在最上的紫色窗口
17 使窗口居中显示
18 拖非标题栏移动窗口
19 拆分窗口
20 自动停靠窗口
初学VC或者大学生朋友可以好好研究一下这些例子。-VC beginner good things. Many small examples and documentation. The main content (example): 01 menu button to speed up the creation of 02 dynamic menu menu item 03 Figure 04 produced the right mouse button pop-up menu to add 05 to the system menu mode menu item 06 dialog 07 Modeless Dialog 08 AfxMessageBox based on the use of 09 10 applications dialog box to change the background color of 11 rolling axis 12 hide the taskbar window size limit of 13 changes to 14 to create irregular window transparent window 15 of a total of 16 in the most purple on the window 17 so that the middle window display of 18 trailers non-title bar moving window of 19 split window 20 automatically docked window VC beginner or college friends can look at these examples carefully. Platform: |
Size: 3275776 |
Author:zhangyu |
Hits:
Description: 取得桌面上所有程序窗口标题,即取得任务栏上显示程序窗口的标题.-All the procedures to obtain the desktop window s title, that is, the taskbar to show the title window. Platform: |
Size: 31744 |
Author:您的真 |
Hits:
Description: 利用Visual c++.net 编写的 系统任务栏设置演示 程序。代码都有注释。对初学者很有帮助。能实现:隐藏(取消隐藏)操作系统的任务栏;检索系统任务栏窗口的标题等。-Using Visual c . Net prepared in the system tray settings demo. Code have the Notes. Very helpful for beginners. To achieve: to hide (unhide) the operating system taskbar retrieval system taskbar window title and so on. Platform: |
Size: 153600 |
Author:羊妹妹 |
Hits:
Description: VB编写一小程序,让窗体的标题栏闪烁,大家都见过qQ的聊天窗口吧,当来消息的时候,如果你一时离开没有顾上看的话,显示在任务栏的聊天窗口标题栏会不断闪动,提醒你去查看消息,本代码实现了与QQ聊天窗口类似的功能,不停的闪烁窗口。
-VB to write a small program, so that the form' s title bar flashes, we have all seen the chat window qQ it, when to the message, if you sometimes do not care to leave the point of view, then, appears on the taskbar window title bar chat constantly flashing to remind you to view the message, the code QQ chat window with similar features, keep flashing window. Platform: |
Size: 3072 |
Author:dotest50250 |
Hits:
Description: 利用API函数根据窗口标题来隐藏窗体
例子中是 隐藏WOW的窗体和任务栏图标
-Form example form and taskbar icon hidden WOW API function to hide the window title Platform: |
Size: 7168 |
Author:lihonghui |
Hits:
Description: 使用Delphi实现窗口的闪烁效果,让窗体的标题栏闪烁,类似QQ消息窗口在任务栏的闪烁功能。-Using Delphi to achieve the window flickering effect, so that the form' s title bar flashes, similar QQ message window function in the task bar flashes. Platform: |
Size: 17408 |
Author:hdfhida |
Hits: