1.先新建控件项目,如下图: 2.根据自己需求拖入控件,编写对应代码,再生成,生成文件为DLL。 3.调用当前控件,新建W窗体项目,将当前控件对应的dll拖入工具箱,如下图: 再调用。 4.同样可以被LabVIEW调用,在LabVIEW前面板容器里面拖入.NET容器,再选择对应的控件DLL,如下图: Read More
posted @ 2020-03-11 13:51 LcVong Views(1652) Comments(0) Diggs(0) Edit
1.先新建控件项目,如下图: 2.根据自己需求拖入控件,编写对应代码,再生成,生成文件为DLL。 3.调用当前控件,新建W窗体项目,将当前控件对应的dll拖入工具箱,如下图: 再调用。 4.同样可以被LabVIEW调用,在... Read More
posted @ 2020-03-11 13:51 LcVong Views(288) Comments(0) Diggs(0) Edit
截图如下: Read More
posted @ 2020-03-11 13:46 LcVong Views(123) Comments(0) Diggs(0) Edit
截图如下: Read More
posted @ 2020-03-11 13:46 LcVong Views(14) Comments(0) Diggs(0) Edit
this.BackColor = Color.White; this.TransparencyKey = Color.White; Read More
posted @ 2020-03-11 13:21 LcVong Views(220) Comments(0) Diggs(0) Edit
this.BackColor = Color.White; this.TransparencyKey = Color.White; Read More
posted @ 2020-03-11 13:21 LcVong Views(26) Comments(0) Diggs(0) Edit
1.C#生成dll: 新建类库项目,如下图: 新建类库后,在.cs文件内输入自己的方法,如下图: 然后点击生成,即可生成当前程序的DLL,如下图A.dll: 2.C#调用DLL: 先新建WIN窗体程序,在项目里找到刚生辰的DLL,添加到项目引用,然后再调用方法,如下图: 这里需要注意的是,调用时如果 Read More
posted @ 2020-03-11 10:34 LcVong Views(1652) Comments(0) Diggs(0) Edit
1.C#生成dll: 新建类库项目,如下图: 新建类库后,在.cs文件内输入自己的方法,如下图: 然后点击生成,即可生成当前程序的DLL,如下图A.dll: 2.C#调用DLL: 先新建WIN窗体程序,在项目里... Read More
posted @ 2020-03-11 10:34 LcVong Views(101) Comments(0) Diggs(0) Edit