English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

im trying to make my own library and declare some functions inside it and use it in my main form.
anybody knows how to do it?

2006-11-27 05:38:44 · 2 answers · asked by aryaxt 3 in Computers & Internet Programming & Design

can u add some detail plz tell me exactly what i should do

2006-11-27 06:31:58 · update #1

2 answers

You want to create a class library project.

2006-11-27 05:42:41 · answer #1 · answered by Anonymous · 0 0

- "File" | "New" --> "Project"
- Choose the "Visual Basic" projects type from the treeview
-Choose "class library" from the listview panel.

You're going to need to get a book on Visual Basic.NET and study it.

I will be frank - knowing how to work with classes is a necessary minimum skill you have to have to be a .NET developer, and you're not going to be able to scrape your way via short two paragraph Yahoo Answer answers. I'd point out that you are already working with classes, if you're using vb.net. You just don't know it, and that should scare you.

http://www.devcity.net/net/files/articles/class_design_inheritance.pdf

That's just a chapter of the kind of book you're going to need. There are a number of good books.

- Wrox Professional VB.Net, 2nd Edition
- NET Framework Programming in Microsoft Visual Basic .NET (MS Press)
- Learning Visual Basic .NET (O'Reilly Press)

2006-11-27 15:03:27 · answer #2 · answered by evolver 6 · 0 0

fedest.com, questions and answers