: does anyone know how to export .net application so that it's viewable even for those without vb.net?
:
I didn't get what you mean by exporting an application. I think you mean to say executing .Net application in another platform.
Its not the matter of without vb.Net or without c# . It's a matter of framework. .Net applications run only on .Net framework. Any way .net framework are available for different platforms like Novell's-Mono,
for linux platforms, Microsoft vS.Net for windows platform.
So you can run .Net application on linux or windows.