Hi Maileen,
Can you ask your question differently. I did not understand what you are
trying to accomplish. VC++ relies heavily on DLL files but for the most
part they are distributed with Windows so you don't need to install them
along with your app. When you create an app in VB.Net all you need is for
the framework to be installed. Unless you are relying on outside DLLs.
Then, like with VC++, those DLLs will need to be installed. Good luck!
Ken.
--
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.
"Maileen" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> In VC++, we are able to compile and build an application which will NOT
> need any *.dll files as external link.
>
> I use now VB.NET and i would like to do the same.
> I don't want to see any error message because VB6runxx.dll is nissing,
> or something like that.
>
> How can i do that ?
> thanks a lot,
> Maileen