资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace VisionApplication
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
// set the title of this application using the title supplied in the generated control
this.Text = visionControl1.ApplicationName;
}
private void FormClosingHandler(object sender FormClosingEventArgs e)
{
visionControl1.Close();
}
}
}
- 上一篇:C# 扫描指定文件夹下面所有文件及指定文件
- 下一篇:C#设计技巧总结.doc
相关资源
- Visual C#.NET串口通信及测控应用典型实
- 198个经典C#WinForm 超赞的完整版
- C# 教程内含多个教程
- C#开发大全提高卷随书光盘
- C#计算器设计
- C#AJAX
- c#学习根据日期查询星期,自动售货机
- C#最简单最完整的webservice能打log,配
- 一个简单完整的Socket通讯包括Server、
- ArcGIS Engine+C#开发教程》源码
- C# socket通信实例226433
- C#加密(DES)
- C# 绘图 矩形 椭圆 直线 曲线 带控制点
- ArcGIS+Engine+C#
- 三层架构——通讯录
- 用c#语言实现写字板的界面及写字板涉
- C#开发实例大全(基础卷/1.69G/光盘)
- asp.net access 注册 登陆
- Wpf_背景音乐
- C# Socket通讯框架,封装了Client和Serv
- 模拟退火算法C#源码+
- C# 新手:在窗体上显示图片和文字
- ASP.net 读取MySql简单,包含数据库读取
- C#防盗链
- C#串口通信RS232SerialPort
- AE C# 空间查询基于点,线,面
- Quartz.NET demo
- C#中读取Excel表格数据
- C#多线程编程 线程与窗体交互源码
- C#开发大全(基础卷+提高卷)源码
评论
共有 条评论