-
对嵌入式拆分窗口程序的封装。可以轻松的制作拆分窗口。提供对话框、单文档和多文档三个类...
对嵌入式拆分窗口程序的封装。可以轻松的制作拆分窗口。提供对话框、单文档和多文档三个类-right embedded split window procedure package. The production can easily split window. For dialog, single-and multi-document file category 3
- 2022-03-31 16:10:42下载
- 积分:1
-
用vb写的加皮肤的滚动条源码,很好看,也很使用,希望合大家口味...
用vb写的加皮肤的滚动条源码,很好看,也很使用,希望合大家口味-Using vb to write the scroll bar plus skin source, look good and are using, I hope everyone tastes together
- 2022-09-17 10:00:03下载
- 积分:1
-
Cool ScrollBar
Cool ScrollBar
- 2022-05-31 21:42:29下载
- 积分:1
-
下拉的窗体
用vb语言实现的功能
实现的窗体和文本框的下拉和弹出式菜单
- 2022-05-31 12:01:11下载
- 积分:1
-
超炫带录音的VB 电子钢琴源代码.rar
摘要:VB源码,多媒体技术,电子琴
源码中包括许多实用的VB用户控件。VB电子钢琴将电脑键盘按键转化为 钢琴按键 序号!用到的钢琴键盘控件,按键与发声分离,非常重要,否则用第一种方法时按一个键会同时发两次声音,且不一样。第二种方法则两次声音一样!三个类:
1、Sub StartPlayingPiano开始播放。变量
- 2023-09-06 11:45:04下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
这是用GridView控件做的一个实现实现跨页多选的功能模块,希望对大家有所帮助。...
这是用GridView控件做的一个实现实现跨页多选的功能模块,希望对大家有所帮助。-This is done with a GridView control to achieve the realization of cross-page selection of multi-function modules, and they hope to help everyone.
- 2022-05-07 21:39:40下载
- 积分:1
-
无边框的窗体,并可以拖动和最大最小化.
无边框的窗体,并可以拖动和最大最小化.-no frame of the window, and can drag and the largest minimum.
- 2022-01-26 16:02:38下载
- 积分:1
-
使用简单的代码就能改变用户界面,可以实现类似XP,金山词霸的界面...
使用简单的代码就能改变用户界面,可以实现类似XP,金山词霸的界面-use of a simple code will be able to alter the user interface, can achieve similar XP, free email interface
- 2022-07-26 23:01:43下载
- 积分:1
-
delphi串口通讯的事例。。很有参考价值
delphi串口通讯的事例。。很有参考价值-serial communications examples. . Great reference value! !
- 2022-04-25 14:01:23下载
- 积分:1