Search found 7 matches

by Seyi
Sun Dec 13, 2009 7:51 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: UsbAdc11SetInterval...... problems and UsbAdc11GetTimesAndV
Replies: 1
Views: 4861

UsbAdc11SetInterval...... problems and UsbAdc11GetTimesAndV

Thanks so far to all the programmers in the house, most expecially Mr. Mark I tried all he gave me and they worked excellently well. I have a few questions to ask programmatically. 1) using System.Runtime.InteropServices; ... DllImport("usbadc11.dll")] public static extern uint UsbAdc11GetValue(shor...
by Seyi
Wed Dec 02, 2009 12:17 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: UsbAdc11OpenUnit(); wrong value was give
Replies: 1
Views: 4743

UsbAdc11OpenUnit(); wrong value was give

using System.Runtime.InteropServices; . . . [DllImport("usbadc11.dll")] public static extern Boolean UsbAdc11OpenUnit(); . . . why should this code always return true even if the Usb adc11 is not connected. private void button2_Click(object sender, EventArgs e) { try { MessageBox.Show(UsbAdc11OpenUn...
by Seyi
Sun Nov 22, 2009 7:50 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Translating C language code into VB 6.0
Replies: 0
Views: 8509

Translating C language code into VB 6.0

1) please kindly give me the vb 6.0 version of this declarations 2) what is the role of the singnature of this picofull in programming. those it affecthe entry access to the DLL short __stdcall UsbAdc11OpenUnit (void); short __stdcall UsbAdc11CloseUnit (short handle); short __stdcall UsbAdc11GetUnit...
by Seyi
Sun Nov 22, 2009 1:41 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: C# code for fast streaming?
Replies: 2
Views: 6653

Re: C# code for fast streaming?

how can i use usbadc11.dll in c#?
by Seyi
Tue Nov 17, 2009 9:39 pm
Forum: USB PC Data Loggers
Topic: using usbadc11.dll
Replies: 1
Views: 2961

using usbadc11.dll

the example(usbadc11.dll) giving is in C- language, i need that same code or other examples in vb 6.0
by Seyi
Thu Oct 22, 2009 1:05 pm
Forum: VB and VBA (Excel, Access)
Topic: How can i call usbadc11.dll from visual basic?
Replies: 1
Views: 4358

How can i call usbadc11.dll from visual basic?

The example given by the driver cd worked fine with LTP1, I tried to use the same method with USB it complained no entry point for usbadc11.dll. However, from the example given on using usbadc11.dll with c- language I noticed that the functions are quite different from the Vb example. I need some co...
by Seyi
Wed Sep 23, 2009 2:58 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: I need the basic way to call, usbadc11 dll ,
Replies: 1
Views: 3944

I need the basic way to call, usbadc11 dll ,

I need the basic way to call, usbadc11 dll , from C# automaticall and manually, how to make use of the dll from visual c++ 6.0 and vb 6.0 if i can acces the driver name and version then that is all i need. code showing example are welcomed thanks