I've a VB Program. Im using some dll with in my code. But to use this dll i nee d to register it. Can i do this within my VB code itself?. That is i'm trying to register the dll with regsvr32.exe while my project getting loaded. How can i do this?.

thanks.