Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Form1
Search - Form1 - List
应用程序 : VCDotnet 项目概况 ======================================================================== 应用程序向导已为您创建了这个 VCDotnet 应用程序。 此文件包含组成 VCDotnet 应用程序 的每个文件的内容摘要。 VCDotnet.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Form1.cpp 这是主应用程序源文件。 包含显示窗体所需的代码。 Form1.h 包含窗体类和 InitializeComponent() 函数的实现。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 Win32.pch 的预编译头(PCH)文件 以及名为 StdAfx.obj 的预编译类型文件。 /////////////////////////////////////////////////////////////////////////////
Date : 2008-10-13 Size : 1.16mb User : coco

DL : 0
简单地实现了绘图的一些常用的功能,可以简单地在上面画画.-simple to achieve some of the graphics used functions, you can simply paint the above.
Date : 2008-10-13 Size : 1.6kb User : 小毛

DL : 0
简单地实现了绘图的一些常用的功能,可以简单地在上面画画.-simple to achieve some of the graphics used functions, you can simply paint the above.
Date : 2025-12-21 Size : 1kb User : 小毛

应用程序 : VCDotnet 项目概况 ======================================================================== 应用程序向导已为您创建了这个 VCDotnet 应用程序。 此文件包含组成 VCDotnet 应用程序 的每个文件的内容摘要。 VCDotnet.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Form1.cpp 这是主应用程序源文件。 包含显示窗体所需的代码。 Form1.h 包含窗体类和 InitializeComponent() 函数的实现。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 Win32.pch 的预编译头(PCH)文件 以及名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// -err
Date : 2025-12-21 Size : 1.16mb User : coco

DL : 0
icarnegie ssd4 exercise5 答案-icarnegie ssd4 exercise5 answer
Date : 2025-12-21 Size : 1kb User : chsh08

DL : 0
更换壁纸工具的核心代码,实现简单的壁纸替换-Wallpaper tools to replace the core code, the realization of a simple replacement of wallpaper
Date : 2025-12-21 Size : 2kb User : 遁地蛤蟆

两个窗体之间传递消息,例子是2号窗体控制一号窗体上的一个进度条-Passing messages between the two forms, example of this is No. 2 on the 1st form controls on the form a progress bar
Date : 2025-12-21 Size : 37kb User : cobra

1. 先把IrisSkin2.dll文件添加到当前项目引用(解决方案资源管理器->当前项目->引用->右键->添加引用 ,找到IrisSkin2.dll文件.....之后就不用我说了吧^_^).IrisSkin2.dll文件最好放在当前项目\bin\Debug文件中. 2. 然后把IrisSkin2.dll文件添加到vc2005的工具箱:右键->选择项->浏览找到IrisSkin2.dll文件(文件最好放在当前项目\bin\Debug文件中)按确定,控件就添加到工具箱中了.然后把工具箱中新添加的 SkinEngine控件拖到当前项目中。 3. 把皮肤目录中的.ssk文件复制到当前项目\bin\Debug文件中,(ssk文件可选). 4. 再在项目中调用.ssk皮肤文件。例: namespace 当前项目 { public partial class Form1 : Form { public Form1() //当前项目的构造器中调用皮肤文件 { InitializeComponent() this.skinEngine1.SkinFile = "DiamondBlue.ssk" //DiamondBlue.ssk可换用皮肤目录中你喜欢的.ssk文件 //(把.ssk复制到当前项目\bin\Debug目录中) -1. First IrisSkin2.dll file to reference the current project (Solution Explorer-> current project-> Reference-> right click-> Add Reference, locate the file ..... after IrisSkin2.dll I do not say it ^_^). IrisSkin2.dll best on the current project file \ bin \ Debug file. 2. And then add the files to vc2005 IrisSkin2.dll Toolbox: Right-> Select items-> browse to IrisSkin2.dll file (preferably on the current project \ bin \ Debug files) by determining the control to add to the toolbox in the. then the toolbox onto the newly added SkinEngine control the current project. 3. The skin directory. Ssk files to the current project \ bin \ Debug files, (ssk files optional). 4. And then call in the project. Ssk skin file. Example: namespace current project ( public partial class Form1: Form ( public Form1 ()// constructor in the current project is called the skin file ( InitializeComponent () this.skinEngine1.SkinFile = "DiamondBlue.ssk" // Diamond
Date : 2025-12-21 Size : 3.62mb User : 蒋胜寒

DL : 0
c++builder程序开启欢迎界面利用form1 form2-c++builder程序开启欢迎界面利用form1 form2
Date : 2025-12-21 Size : 4.63mb User : enigma

DL : 0
假设 Form1 窗体有 MSFlexGrid1 控件,在 Form1 代码窗口贴下面代码,MSFlexGrid1 和其中单元格就会跟着窗体大小变化而变化:- gridTopRatio = .Top/Me.Height gridWidthRatio = .Width/Me.Width gridHeightRatio = .Height/Me.Height ReDim colWidthRatio(.Cols- 1) ReDim rowHeightRatio(.Rows- 1) For i = 0 To .Cols- 1 colWidthRatio(i) = .ColWidth(i)/Me.Width Next i For i = 0 To .Rows- 1 rowHeightRatio(i) = .RowHeight(i)/Me.Height Next i End With End Sub
Date : 2025-12-21 Size : 2kb User : midefeng

DL : 0
C# 树形菜单生成,需要三个字段ID pid name,然后自动生成树形菜单-C# to generate tree menu, you need three fields ID pid name, and then automatically generate tree menu
Date : 2025-12-21 Size : 1kb User : 丑丑

DL : 0
字符处理源码,用于处理各种字符转换的源代码-Characters deal with the source code, source code for handling a variety of character conversion
Date : 2025-12-21 Size : 3kb User : 程立和

open form2 inside form1
Date : 2025-12-21 Size : 394kb User : dazekun

DL : 0
mod bus protocol, led 7 segments, powerlogic device
Date : 2025-12-21 Size : 4kb User : huy
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.