rEhSi_123 8 Junior Poster

Guys need a bit of advice, I am trying to build a GUI using vb.net windows form for a console application which is developed in c++. Since there aren't manny tutorial over the web about vc++ windows form I choose vb.net since it is quite widely used.

The console application has various header files, function files, and linked libraries.

My question is how can I port these cpp files into the vb.net application?

Are there any tutorials or examples available over the web I can refer to?

Thanks in advance :)