i wanted to create a class in vb.net how can i do that
Loading
i wanted to create a class in vb.net how can i do that
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
babu narayananPosted Dec 27, 2007, 7:57 AM
thank u for ur reply i have another query
actully i am using webdeveloper i want to write 5 classes can i write in a single vb class or will i have to create 5 seperate vb class new files
Mahesh ChandPosted Dec 26, 2007, 9:11 AM
Are you using Visual Studio .NET? If yes, right click on the project and add a new item as class type.
If you are not using Visual Studio or any other tool, you can use an text editor, type your VB code in it, save file as .VB and compile using VBC compiler.