Whats the easiest way to get a large number of Win 32 API declarations into a VB.NET project? Ive got a VB6 program that uses lots and lots of GDI functions, which was very easy to do, by just referencing Win.tlb. I dont want to wrap it all in GDI+ which will probably make it slower anyway, I just want to be able to use all the functions inside GDI32.DLL from VB.NET. Do I have to declare them all one by one? Thatd take years!