c# 开发winform时调用房卡等dll(vb)开发的例子谁有?
c# 开发winform时调用房卡等dll(vb)开发的例子谁有?
我参考网络上的做总是提示错误,我不知道我哪里错了,谁有具体的例子贴上来,或者发我邮箱,在此多多感谢!
我认为应该是不难的,可是总是搞不定,我看了接口开发程序,就是调用里面几个方法.读卡,制卡,就几个动作,这种交互性的功能非常让我们这些没有弄过的人着迷.希望高人指点!!
我把我的代码贴出来,你们帮我们看下.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using issuetcrd;
namespace Hotelerp
{
public partial class dig : Form
{
public dig()
{
InitializeComponent();
}
private void dig_Load(object sender, EventArgs e)
{
}
[DllImport("issuetcrd.dll")]
public static extern int openport(int Port, long Baud);
private void button1_Cl
相关问答:
我有厂家做的ASP的监控录像(DVR)的局域网播放的源程序与控件,想要用ASP.net做一个视频回放的程序(利用他的控件)但不知如下去做,望各位指点。
先搞清楚他们的控件是怎么用的,
然后就直接用好了.
不过,如 ......
login.aspx.vb:
Public ReadOnly Property nameT() As String
Get
Return TextBox1.Text
&nb ......
希望大家能够帮我下.感谢了..
源码传在大米盘 VB6 的源码 http://www.damipan.com/file/3wNoKLW.html
转为VB.NET源码.
小弟完全是新手 不懂的说.麻烦各位帮忙一下
我的EMAIL是:4452 ......
各位大虾:
我有一个VB调用水晶报表的系统,报表是作为一个Design嵌在VB里的,今天发现打印第一张报表正常,同样的数据,在点打印再调用一次就会报 Memory Full的错误,但是 ......
Private Sub Check1_Click()
If Check1.Value = 1 Then
DTP1.Enabled = True
Else
DTP1.Enabled = False
End If
End Sub
Private Sub Check2_Click()
If Check2.Value = 1 Then
DTP2.Enabled = True
Else
......