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

Advantanges, disadvantages while using module and class module in visual basic

2006-08-17 03:42:47 · 2 answers · asked by viji 1 in Computers & Internet Software

2 answers

If you want to make function or method, use module. your function will can be use in all form in your project.

If you want to make object, use class module. But its harder to learn how to make object then learn how to make function.

2006-08-17 04:11:38 · answer #1 · answered by DOZ 2 · 0 0

module is just a common file, without any reference you can use anywhere in your project

class module- you need to create an object and then use it thru the object.

2006-08-17 03:49:48 · answer #2 · answered by gansatanswers 3 · 0 0

fedest.com, questions and answers