Do any of you know how to translate a visualbasic file to vb.net so i can upload it to my web browser?
i think when u open vb file in .net it automatically change the syntax of file, but doing this can change the whole coding of the program as it changes the coding part according to it's own way.
You cannot do so, you have to understand VB code and see whether simmilar stuff is available in VB.NET and code it manually.