Targa (TGA) pictures in vb.net?

  • Thread starter Thread starter Martin Therkelsen
  • Start date Start date
M

Martin Therkelsen

Hey all

I want to create a TGA to JPG converter, but i can't seem to open a TGA
picture in vb.net.

Can anyone help me with this?

Regards
Martin
 
Hey

I see its for C#, can i use it for vb as well? how do i use it? class or
import or what?

sunkist
 
Martin,

Martin Therkelsen said:
I see its for C#, can i use it for vb as well? how do i use it? class or
import or what?

You can compile a C# class library and add the library project to your
solution. Then add a reference to the class library in your VB.NET project.
 
When i try to open the project in vb.net 2003 it says that some files are
missing.
Am i doing something wrong?
 
Back
Top