CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - csharp panel
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - csharp panel - List
[
Graph program
]
customautoscrollpanel_src
DL : 0
可滚动panel,c#可是没有直接提供的,要自己编程实现--很好用的-be rolling panel, c# but not directly, to their own programming-- with the good
Update
: 2025-02-17
Size
: 14kb
Publisher
:
杨泊
[
Windows Develop
]
像XP的控件面板左边用以分类显示的控件
DL : 0
这是一个像XP的控件面板左边用以分类显示的控件-It is like xp s control panel use left to classify and display.
Update
: 2025-02-17
Size
: 60kb
Publisher
:
所担负
[
GUI Develop
]
ExplorerBar_Control_Source_Code
DL : 0
类是资源管理器控件,xp样式,你可以用它来创建快捷方式列表和信息控制面板。-category Resource Manager controls, xp style, you can use it to create shortcuts list and information control panel.
Update
: 2025-02-17
Size
: 202kb
Publisher
:
赵云
[
ComboBox
]
GDI_DrawingPanel_demo
DL : 0
Creation of a custom drawing application based on the .NET Panel class.-Creation of a custom drawing application b ased on the.NET Panel class.
Update
: 2025-02-17
Size
: 11kb
Publisher
:
左秋明
[
Internet-Network
]
msmq
DL : 0
在.Net环境下C#编写的Windows Message Queue程序,VS2003调试通过: (1)先安装Message Queuing Services 通过Control Panel,“Add/Remove Programs” – “Add/Remove Windows Components”步骤安装MSMQ。 (2)配置MSMQ 打开Computer Management – Message Queuing,在Private Queues下创建MSMQDemo队列 (3)运行本程序-In. Net environments C# Prepared Windows Message Queue procedures, VS2003 debugging through: (1) to install Message Queuing Services through Control Panel, Add/Remove Programs - Add/Remove Windows Components steps to install MSMQ. (2) configure MSMQ to open Computer Management- Message Queuing, created under the Private Queues in MSMQDemo Queue (3) run the program
Update
: 2025-02-17
Size
: 50kb
Publisher
:
andy.liu
[
GUI Develop
]
Gizmox.WebGUI.Forms
DL : 0
在WEB中模拟WindowsForm效果的一组控件,主要包括:Bottons、Menu、ToolBar、Panel、ListView、TreeView、Datagrid、TextBox、Times等等.-WEB WindowsForm simulate the effect of a control group, which mainly include : Bottons, Menu, ToolBar, Panel, ListView, TreeView, Datagrid, TextBox, the Times and so on.
Update
: 2025-02-17
Size
: 567kb
Publisher
:
CrazySDark
[
Windows Mobile
]
ControllingSIP
DL : 0
控制软输入面板-<Windows Mobile 平台应用开发>所带源代码,是很好的示例.-Control of Soft Input Panel-
Update
: 2025-02-17
Size
: 9kb
Publisher
:
Sidney
[
Communication
]
SerialPort_console
DL : 0
串口通讯控制台程序CSharp源码,使用.NET2.0的Serialport类,此程序简单的实现了两个串口的的数据收发,是初学者的学习串口编程的好例子。-Serial Communication Control Panel procedures CSharp source code, use. NET2.0 of Serialport class, this program has achieved two simple serial data transceiver is a beginner to learn a good example of serial programming.
Update
: 2025-02-17
Size
: 942kb
Publisher
:
bestjilei
[
Delphi VCL
]
OutlookGrid_src
DL : 0
OutlookGrid是一个类似outlook的一个面板-OutlookGrid is a similar outlook, a panel
Update
: 2025-02-17
Size
: 138kb
Publisher
:
zhangyun
[
Windows Develop
]
1_080220081333
DL : 0
模仿Vista侧边栏CPU和内存使用状况的仪表盘控件C#源码-Mimic Vista Sidebar CPU and memory usage of the instrument panel controls C# Source
Update
: 2025-02-17
Size
: 773kb
Publisher
:
马莲花
[
Graph program
]
08102601594
DL : 0
DockPanel1.1版本,非常好的停靠面板控件,-DockPanel1.1 version, very good call panel controls,
Update
: 2025-02-17
Size
: 1.43mb
Publisher
:
袁春霞
[
.net
]
Outlook_Navigation_Pane_src
DL : 0
一个类似 OUTLOOK 风格的控件代码,通过它可以以 PANEL 形式来显示工具菜单和按钮-A similar style OUTLOOK control code, which can be PANEL forms to display the Tools menu and buttons
Update
: 2025-02-17
Size
: 140kb
Publisher
:
洪亮
[
GDI-Bitmap
]
3DPieChart
DL : 0
本文的想法就是创建一个独立的能够用于绘制立体三维饼状图的类库。首先,它看起来非常简单,因为,在Graphics 类中已经有了一个叫DrawPie 的方法。这个方法接收开始角度和展开角度作为参数,因此,看上去不再有什么其它的问题了。不过它实现的是一个平面的圆饼图,我需要的是一个三维的透视图;如果你也正需要这样的一个控件,这篇文章将再适合不过了 本文中的PieChart 解决方案包括三个类:PieSlice, PieChart3D 和 PieChartControl (继承于System.Windows.Forms.Panel 控件)。PieSlice 类提供了所以绘制3-D饼状图的功能,你可以设置它的起始、展开角度,颜色,高度及阴影类型。 PieChart3D 类代表整个图,有几个构造函数值得注意,它们可以接收下面的值: 颜色值数组 切片displacement(位移)数组 切片的厚度 因为位移是通过切片的"深度"比率和椭圆半径表示的;最小值0意味着没有位移,最大值1代表这个形状占用了整个椭圆。 切片的厚度,也代表着一个比率(相对于椭圆垂直距离),最大允许的值是0.5。 当然,也可以通过公有的函数,来设置上面的值。注意:如果设置的颜色数量少于切片的数量,颜色会被重用。同样,如果displacement没有了,最后一个值也会被复用。
Update
: 2025-02-17
Size
: 57kb
Publisher
:
ghhong1986
[
GUI Develop
]
WizardDemoApp
DL : 0
Allows you to create any wizard form in the Visual Studio form designer, the only requirement is that it has a container for each page of the wizard. The container can be any container control, such as a Panel. Allows you to create the wizard pages in the Visual Studio form designer. There are no restrictions--you can use third party controls, etc. The whole framework should be very easy to modify to support a WPF-based wizard.
Update
: 2025-02-17
Size
: 500kb
Publisher
:
叶利伟
[
CSharp
]
PanelEx
DL : 0
扩展C#中的Panel控件,增加画各种边框的功能-Extended C# The Panel control, increase the function of painting a variety of border
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Lance Yang
[
CSharp
]
DockPanel_2_1
DL : 0
Winform類型的Dock Panel,類似VS開發環境的Dock Panel-Winform type Dock Panel, similar to VS development environment Dock Panel
Update
: 2025-02-17
Size
: 364kb
Publisher
:
Dycen
[
Windows Develop
]
CrabMan
DL : 0
Opens multiple Panel windows on the screen
Update
: 2025-02-17
Size
: 16kb
Publisher
:
Chetan
[
CSharp
]
DockPaddingExample
DL : 0
Sample Application to illustrate how the panel s padding function works. Compiled in Visual Studio 2003, framework 1.1-Sample Application to illustrate how the panel s padding function works. Compiled in Visual Studio 2003, framework 1.1
Update
: 2025-02-17
Size
: 35kb
Publisher
:
Jamie
[
CSharp
]
IphoneShortcuts
DL : 0
iphone界面c#winform 模拟,iphone 图片做背景,panel去监听pin位置按键 -iphone interface c# winform simulation, iphone picture as the background, panel to monitor the location button pin
Update
: 2025-02-17
Size
: 531kb
Publisher
:
jian
[
CSharp
]
shapedpanel
DL : 0
shaped panel class in gui programing c#
Update
: 2025-02-17
Size
: 2kb
Publisher
:
fr
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.