-
VB控件实例31
VB控件实例31-40,都是简单的VB控件应用,没必要说明了,自己看-examples 31-40 VB Controls are simple VB Control application note is not necessary, themselves.
- 2022-08-21 09:31:55下载
- 积分:1
-
计算器源码
计算器的源代码,主要是仿照XP的标准型计算器来设计完成功能的,这个软件还是很早之前写的,计划最近完善功能
- 2022-05-16 01:11:48下载
- 积分:1
-
vc interface prepared by the source code is very practical, from which one can l...
vc++编写的界面源代码,很实用,从中可以学到不少东西!-vc interface prepared by the source code is very practical, from which one can learn many things!
- 2022-07-19 15:48:29下载
- 积分:1
-
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码...
vcSDll VCD2000AV卡的API函数封装
DvrDll PV988卡的API函数封装
DvsCode 监控录像系统源代码-vcSDll VCD2000AV card API Function Packaging DvrDll PV988 card API Function Packaging DvsCode video surveillance system source code
- 2022-06-16 05:26:18下载
- 积分:1
-
一段代码,可使系统位于WINDOWS系统的托盘中,并可设置
一段代码,可使系统位于WINDOWS系统的托盘中,并可设置-section of code, which makes the system located in the Windows system tray and can set up
- 2023-03-29 15:55:03下载
- 积分:1
-
各个文件夹以树状的结构来显示文件信息
各个文件夹以树状的结构来显示文件信息-various folders in a tree structure of the document to show information
- 2022-01-26 05:00:43下载
- 积分: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
-
一个自动停靠的对话框,非常方便实用的使用。
一个自动停靠的对话框,非常方便实用的使用。-An automatic stop of the dialog box, very convenient and practical use.
- 2022-06-30 08:26:35下载
- 积分:1
-
二进制转换器
BOOL Main_OnInitDialog(HWND hwnd, HWND hwndFocus, LPARAM lParam)
{
return TRUE;
}
void Main_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
{
switch(id)
{
case IDC_OK: //控件标号
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-21 21:27:27下载
- 积分:1
-
利用vc编制的任意形状的按钮控件,可以产生很美观的效果.
利用vc编制的任意形状的按钮控件,可以产生很美观的效果.-vc prepared by the use of arbitrary shape control button, can produce very impressive results.
- 2023-06-16 21:15:02下载
- 积分:1