-:- Converting Library for use in VB dot net -:-

  • Thread starter Thread starter Arti ®
  • Start date Start date
A

Arti ®

Hey

I am just starting with vb dotnet,
and i have a little project in vb 6.0 where i use a library (inpout.dll)
that communicate thru de Parallel port.
Now i want todo the same thing with VB dot net , but when i link the library
in the references
i get an error ...

How can i use the Parallel port with vb dot net ?
do i need an different library ?

Thx anyway
Arti
 
Arti ® said:
I am just starting with vb dotnet,
and i have a little project in vb 6.0 where i use a library (inpout.dll)
that communicate thru de Parallel port.
Now i want todo the same thing with VB dot net , but when i link the library
in the references
i get an error ...

I think the library is a standard DLL. You don't need to set a
reference, just add the required declarations to your source code (the
declares must updated to VB.NET).
 
Back
Top