-
简单的 C# 工具栏停靠框架
翻译 maninwest@Codeforge 作者 Rogério Paulo @ Codeproject
工具栏处理的示例框架,使用 C# 编写
介绍
此代码片段包括停靠工具栏简单的框架。此框架支持:
浮动/停靠栏
更改已停靠的栏的布局
双击可从停靠向浮动之间来回切换
显示/隐藏栏
r右键单击栏,打开视图菜单
通过控制键禁用停靠
可处理任何控件,不只是工具栏
该代码运行在 Windows XP 和 VS .NET 2002 上,但是应该在多数.NET 环境下运行
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-31 12:20:02下载
- 积分:1
-
在工具条上使用类似IE的带文字的扁平按钮并且可以像VC5那样使用鼠标组织排列...
在工具条上使用类似IE的带文字的扁平按钮并且可以像VC5那样使用鼠标组织排列-Using flat button with text on toolbar as IE and it can organize the buttons with mouse as VC5
- 2022-05-22 10:37:08下载
- 积分:1
-
枚举法(穷举法)
“笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。
【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5...
枚举法(穷举法)
“笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。
【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。
分析:
这是个不定方程――三元一次方程组问题(三个变量,两个方程)
x+y+z=100
5x+3y+z/3=100
设公鸡为x-enumeration method (exhaustive) "Benren Regulation" : all possible test of January 1, and selected eligible for the results output. Cases-- 100 yuan to buy a 100 chicken : 100 yuan to buy 100 chickens. Known rooster 5 yuan/only, the hen 3 yuan/only and chicken one yuan/3. Analysis : This is a volatile equation-- Group 3 linear equation (3 variable, equation 2) x+ y+ z = 100 5x+3 y+ z/3 = 100 x located rooster
- 2023-03-22 00:30:03下载
- 积分:1
-
本程序是一个关于位图工具条的程序,界面较好看
本程序是一个关于位图工具条的程序,界面较好看-this procedure is a tool of the bitmap of the procedures, better-looking interface
- 2022-03-07 11:28:38下载
- 积分:1
-
实现功能:带图标的菜单,是个非常小的代码。
实现功能:带图标的菜单,是个非常小的代码。-Realize functions: with the menu icon, it is a very small code.
- 2022-08-11 11:03:28下载
- 积分:1
-
a ToolBarDemo hope that the right people learning vc help
一个ToolBarDemo,希望对初学vc的人有所帮助-a ToolBarDemo hope that the right people learning vc help
- 2022-08-19 03:26:31下载
- 积分:1
-
Beginning CSharp Objects From Concepts to Code e book
从概念到代码电子书开始CSharp对象
- 2023-04-30 06:45:10下载
- 积分:1
-
one of the beautiful progress
一个漂亮的进度条-one of the beautiful progress
- 2022-06-11 17:05:13下载
- 积分:1
-
在C++/MFC框架应用程序里,当浮动工具条被拖离主窗口后,一般都有一个“关闭”按钮。本来这个按钮完全是按照Windows应用程序的UI设计规范而设计的,也就是...
在C++/MFC框架应用程序里,当浮动工具条被拖离主窗口后,一般都有一个“关闭”按钮。本来这个按钮完全是按照Windows应用程序的UI设计规范而设计的,也就是说所有的窗口都应该有一个地方让用户可以关闭这个窗口。-in C/MFC application framework, when the floating toolbar been towed away from the main window, usually has a "close" button. Actually, this button is entirely in accordance with the Windows Application Program UI design specifications and design, which means all the window should have a place to allow users to close this window.
- 2022-11-16 09:15:03下载
- 积分:1
-
在窗口左边实现toolbar的一个程序,类似photoshop中
在窗口左边实现toolbar的一个程序,类似photoshop中
-window in the left toolbar to achieve a procedure similar to Photoshop
- 2022-02-01 18:00:09下载
- 积分:1