Hi there IvoPereira
http://www.irrforge.org/index.php/Irrli ... s_in_VBNET
here is a site with some vb.net code to work with.
As far as setting up your compiler,
Start a new console application
right click on the project and click add reference
choose irrlicht.net.dll
also you will have to find your output directory (when you try to compile it will give a error) usaly folder you save the project /obj/release or /obj/debug
you need to copy the irrlicht.dll and irrlicht.net.dll to the same folder as your output exe
easy way to do this is compile then dir browse to the project folder and find the exe it just made and copy the dll files to that folder.
Let me know if that helps.
Start out with vb.net tutorial 1 hello world. then work your way up this is the best way to learn this code.