-
实验十三 活动图形显示程序.rar
实验十三 活动图形显示程序.rar-experimental activities graphics procedures. Rar
- 2022-03-10 13:35:40下载
- 积分:1
-
Windows XP interface effect
Windows XP界面效果-Windows XP interface effect
- 2022-04-30 12:16:28下载
- 积分: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
-
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
-
本代码用7.0开发。完全由我独自编写。还没有最终完成,但已经能演示一些重要的功能了。进入程序后,执行“打开”。然后在“帮助”菜单下,可以动态画一些控件。...
本代码用7.0开发。完全由我独自编写。还没有最终完成,但已经能演示一些重要的功能了。进入程序后,执行“打开”。然后在“帮助”菜单下,可以动态画一些控件。-7.0 of the code used to develop. Entirely my own preparation. Also not finalized, but will have demonstrated some important features. Entry procedures, the implementation of the "open." Then in the "Help" menu, we can draw some of Dynamic Controls.
- 2022-05-28 09:10:54下载
- 积分:1
-
可以在桌面上放个小精灵,会走来走去(精灵动画可通过设置idle文件下图片实现不同的宝贝相貌)
2、可以在桌面放球,球受到重力作用会下落,接着边弹边停下来。...
可以在桌面上放个小精灵,会走来走去(精灵动画可通过设置idle文件下图片实现不同的宝贝相貌)
2、可以在桌面放球,球受到重力作用会下落,接着边弹边停下来。
-can put on the table a small genies, walked up (genies animation can be set up through the idle documents under different images to achieve the beloved appearance) 2, can put the ball on the table, the ball will be the whereabouts of gravity, and then Pin Pin shells came to a halt.
- 2022-03-18 11:08:12下载
- 积分:1
-
MFC开发程序参考大全的1章的例子2,希望对大家有所帮助
MFC开发程序参考大全的1章的例子2,希望对大家有所帮助-Reference MFC development process of an example of chapter 2, want to help everyone
- 2022-01-25 23:06:01下载
- 积分:1
-
自从来到我们的论坛以来,认识了很多的朋友和编程的高手,从中学到了很多知识。我看在论坛中有很多人问关于树控的问题。故将树控的一些问题写出来,以供大家参考,同时也作...
自从来到我们的论坛以来,认识了很多的朋友和编程的高手,从中学到了很多知识。我看在论坛中有很多人问关于树控的问题。故将树控的一些问题写出来,以供大家参考,同时也作为近一段时间来学习的总结。
本文中主要讲到如何在多文档中加入一个ControlBar,以及如何在ControlBar中加入一个树控方法。这也是软件系统中常用的一种界面,希望能对大家有所帮助。-since we came to the Forum, a lot of friends and programming experts and learn from a lot of knowledge. I look at the Forum, many people have asked for the tree control problems. There will be a tree with some written, for your reference, but also to learn as recently summed up. This paper mainly mentioned how many files into a ControlBar. and how ControlBar into a tree control methods. This software system is a common interface, we want to help.
- 2022-01-22 13:38:54下载
- 积分:1
-
this procedure was very nice to see it
这个程序写的很漂亮 可以-this procedure was very nice to see it
- 2023-02-01 20:10:03下载
- 积分:1
-
WTL81_9127
供WTL爱好者学习WTL 是 Windows Template Library 的缩写,由微软的ATL(Active Template Library) 小组开发,主要是基于 ATL 对Win32API 的封装。从 2.0 后,功能逐步完善,成为了一个完整的支持窗口的框架(windows framework)。
- 2022-05-19 18:30:21下载
- 积分:1