-
检查奇/偶数
应用背景这是一个简单的程序来检查奇数或偶数。你可以输入数字,系统可以告诉你,你输入的数是奇数还是偶数。关键技术这个程序仅仅用vb.net。是啊,希望这能帮助你学习。
- 2022-02-21 22:19:53下载
- 积分:1
-
VC下的用几个类实现数字LED显示程序,可以用于加强界面效果,是基于FormView的,但是没有基于对话框的,如果有人有是否可以拿来共享以下。...
VC下的用几个类实现数字LED显示程序,可以用于加强界面效果,是基于FormView的,但是没有基于对话框的,如果有人有是否可以拿来共享以下。-VC using several types of digital LED display program, the interface can be used to enhance effectiveness is based on the FormView, but not based on the dialog, if someone can be used to share the following.
- 2022-01-25 23:00:58下载
- 积分:1
-
VcMFC 对话框常用控件示范大全,将编辑控件、树型控件、列表控件等十多个控件集为一体,简单易懂。...
VcMFC 对话框常用控件示范大全,将编辑控件、树型控件、列表控件等十多个控件集为一体,简单易懂。-VcMFC Common Dialog control model Daquan, will edit controls, tree controls, list controls and other controls more than 10 sets into one, easy to understand.
- 2022-03-26 16:15:30下载
- 积分:1
-
Vc developed by OutLooK style interface, and they hope to help you.
用vc开发的OutLooK风格界面,希望对您有所帮助。-Vc developed by OutLooK style interface, and they hope to help you.
- 2023-06-20 13:00:04下载
- 积分:1
-
bral.fastreport.v3.09.professional.d4
Bral.FastReport.v3.09.Professional.D4-7-9.C4-6.FS-SSG
- 2022-02-01 13:14:26下载
- 积分:1
-
clistctrl editable
mfc listctrl 扩展,可编辑,多列排序等功能;可以嵌入到gridproperty,或者放到对话框总,由mfc改写而来
- 2022-04-17 20:06:05下载
- 积分: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
-
该源代码是用mfc制作了简易的windows播放器。具有的功能是选择打开文件的路径、播放选择的文件、暂停播放、退出播放、音量调节等...
该源代码是用mfc制作了简易的windows播放器。具有的功能是选择打开文件的路径、播放选择的文件、暂停播放、退出播放、音量调节等-the source code is used mfc produced a simple windows player. With the selection function is the path to open the file and playback options in the paper suspended players, from player, adjust the volume, etc.
- 2022-03-04 07:06:30下载
- 积分:1
-
aaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- 2022-07-22 14:43:12下载
- 积分:1
-
the process creating a steady background of the window, color gradient to the di...
本程序创建一个有渐变背景的窗口,颜色渐变的方向为从左下到右上-the process creating a steady background of the window, color gradient to the direction from the lower left to upper right
- 2023-03-29 17:00:03下载
- 积分:1