Converting vb6 .cls to VB.net Class

koese

New member
Joined
Sep 22, 2010
Messages
4
Programming Experience
Beginner
Hi,
I have a vb6 .cls file and want that to convert or create from scratch a new vb.net class file, Its basically very small project with 300 lines of code and want that in VB.net , If any one is interested to help me out then please let me know so that I can send the documentation and the vb code as an attachemnt

Thanks
 
This forum is not a place to get people to write VB.NET code for you. If you want to learn to do certain things in VB.NET then we can help you with that, but we're not here to write code for you.

If you want to write the code for yourself then start by analysing the VB6 code to determine what high-level functionality it provides. Once you know what functionality you need, you could theoretically write a program to do it in any language. In VB.NET or any other language, you would then look for the best way to implement that functionality, without any consideration for how the VB6 code did it. If you get stuck on anything in particular, let us know what you're trying to achieve and we can help you achieve it.
 
Back
Top