Welcome![Sign In][Sign Up]
Location:
Search - Form1

Search list

[CSharpcskin

Description: C#界面皮肤源码(带大量皮肤素材) 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目录中) -err
Platform: | Size: 3852288 | Author: 追风 | Hits:

[ELanguageForm1

Description: c#编写 浮点数的DFA 由自动机模式构造 内涵详细步骤 -c# float prepared by the DFA automaton model of tectonic connotation of the detailed steps
Platform: | Size: 561152 | Author: liu | Hits:

[Button controlForm1

Description: ssd4 exercise5 vb编写-the preparation of ssd4 exercise5 vb
Platform: | Size: 1024 | Author: 贺津 | Hits:

[CSharpForm1

Description: 自己用C#编写的 实现串口之间的传输可以看看 -Their use of C# Prepared to achieve the serial transfer can look at between
Platform: | Size: 1024 | Author: wucheng | Hits:

[ActiveX/DCOM/ATL2DLine

Description: 免费的Activex控件,它简单易用,能够帮助程序员快速的实现绘制曲线的功能-Free Activex control, it' s easy to use, can help programmers to achieve fast rendering function curve
Platform: | Size: 589824 | Author: zhg | Hits:

[OtherDBSCAN

Description: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库-Form1.cs is the application of clustering algorithm DBSCAN (Density-Based Spatical Clustering of Application with Noise) of the sample, two parameters can MinPts regulation EPS and clustering. Is to achieve DBSCAN.cs document clustering algorithm further information please refer to " data mining" or books related to clustering of data from sample sxdb.mdb, an Access database
Platform: | Size: 49152 | Author: allcy | Hits:

[hospital software systemwww

Description: 先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。      然后启动delphi6.0,创建一个新的工程。      在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db;      接下来放置DdeClientItem控件(system标签页),设置DdeConv为DdeClientConv1,设置DdeItem属性值为所要读取的数据库点参数值如dbmixvol.pv;      放置一个edit控件;      放置一个timer控件,设置interval属性值为100;在ontimer脚本中加入:        procedure TForm1.Timer1Timer(Sender: TObject)        begin          edit1.text:=form1.DdeClientItem1.Text        end -opc rslinx
Platform: | Size: 5120 | Author: 慰藉 | Hits:

[Graph DrawingForm1

Description: ActiveX Automation 和 VBA 可以通过从 AutoCAD“帮助”菜单中选择“开发人员帮助”来访问 ActiveX Automation 和 VBA 文档。 ActiveX 和 VBA 开发人员手册。解释如何使用 ActiveX 和 VBA 开发应用程序,从而自定义 AutoCAD。包括样例代码和详细的操作步骤。 ActiveX and VBA Reference。提供关于 ActiveX 对象模型及其相关接口部件的参考。 Sheet Set Objects Reference。提供了图纸集管理器可用对象的参考。 Connectivity Automation Reference。提供关于 Connectivity Automation 对象模型及其相关接口部件的参考。 -ActiveX Automation and VBA through from AutoCAD " Help" menu select " assist developers" to access the ActiveX Automation and VBA documentation. ActiveX and VBA Developer' s Handbook. Explain how to use ActiveX and VBA to develop an application to customize AutoCAD. Including sample code and detailed steps. ActiveX and VBA Reference. Provide information on the ActiveX object model and its associated interface components for reference. Sheet Set Objects Reference. Drawing Set Management provides a object reference can be used. Connectivity Automation Reference. Provide information on the Connectivity Automation Object Model and its associated interface components for reference.
Platform: | Size: 6144 | Author: 周良 | Hits:

[CSharpCalculator

Description: C-Sharp file Calculator Form1 Check it out
Platform: | Size: 221184 | Author: Aamir Khan Jadoon | Hits:

[GIS programSharpMap

Description: 开源GIS中间件,功能很实用,是一个很好的GIS平台,可以直接引用,开发。-GIS open-source middleware, function very useful, is a very good GIS platform, can be directly quoted, development.
Platform: | Size: 979968 | Author: 欣欣 | Hits:

[Static control123

Description: Private Sub Form_Click() Dim x, y, n As Integer For x = 3 To 100 For y = 2 To x - 1 If x Mod y = 0 Then Exit For ElseIf y = x - 1 Then If n Mod 10 = 0 Then Print Form1.Print x " " n = n + 1 End If Next y Next x End Sub -Private Sub Form_Click() Dim x, y, n As Integer For x = 3 To 100 For y = 2 To x- 1 If x Mod y = 0 Then Exit For ElseIf y = x- 1 Then If n Mod 10 = 0 Then Print Form1.Print x " " n = n+ 1 End If Next y Next x End Sub
Platform: | Size: 6907904 | Author: 匿名 | Hits:

[assembly languageform1

Description: 此为九九乘法表,是VB里非常经典的例题。大家可以看看哦-This is the multiplication table, are in a very classic VB example. Oh, everyone can see
Platform: | Size: 1024 | Author: 华斌 | Hits:

[OtherForm1

Description: 主要用于各种图像的浮雕以及图像的透明以及动态-Major relief for a variety of images and image of the transparent and dynamic
Platform: | Size: 2048 | Author: 李胜 | Hits:

[.netform1

Description: 如何根据窗体大小排列控件,一本书教程源码,很好很强大-C# forms
Platform: | Size: 423936 | Author: 张中贤 | Hits:

[CSharpClipboardMonitor

Description: c#写的剪切板监控程序,能够实时监控系统的剪切板,然后再form中显示出来,其原理是重写form的wef,在不同的form中传递clipboard链,注意所以不能设置this.form1.showintaskbar=false;这样的话 就不能实现监控功能了-ClipboardMonitor writed in c#,a program which can see the clpboard changing in form whith a richtextbox,coution:donot set the form.showinttaskbar=false
Platform: | Size: 14336 | Author: max | Hits:

[ActiveX/DCOM/ATLForm1

Description: open cd drive door, visual basic
Platform: | Size: 2048 | Author: ale | Hits:

[Internet-Networkse

Description: 网络客户端 vb winsock 2009-04-07 08:38 822 工程1.vbp 2009-04-14 13:20 0 a.cmd 2009-04-07 08:38 7,506 Form1.frm 2009-04-05 16:10 190 MSSCCPRJ.SCC 2009-04-14 13:17 51 工程1.vbw 2009-04-05 16:42 3,153 工程1.PDM-Network client vb winsock 2009-04-07 08:38 822 works 1.vbp 2009-04-14 13:20 0 a.cmd 2009-04-07 08:38 7506 Form1.frm 2009-04-05 16:10 190 MSSCCPRJ. SCC 2009-04-14 13:17 51 projects 1.vbw 2009-04-05 16:42 3153 works 1.PDM
Platform: | Size: 4096 | Author: chaochao | Hits:

[CSharpForm1

Description: 简单的计算器,c#初学者可以利用,可以运行基本的运算。-calculator
Platform: | Size: 1024 | Author: arzu | Hits:

[Windows Developpdftotif

Description: 提供快速将PDF文件转化为TIF格式 Form1.frm/Project1.vbp -Convert PDF into TIF
Platform: | Size: 365568 | Author: mavis | Hits:

[source in ebookCreatewindow

Description: 应用程序:Example 项目概述 === === === === === === === === === === === === 应用程序向导已为您创建了此 Example 应用程序。 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Example.cpp 这是主应用程序源文件。 包含用于显示窗体的代码。 Form1.h 包含窗体类的实现和 InitializeComponent() 函数。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 Example.pch 的预编译头文件 和名为 StdAfx.obj 的预编译类型文件。 -this is a vc++ interface example!
Platform: | Size: 2028544 | Author: fuyb | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

CodeBus www.codebus.net