PDA

Click to See Complete Forum and Search --> : More questions, please read.


Nov 6th, 2000, 10:42 AM
I have many functions these functions can be use in different project. The question is how can i create a class for these function and where.

TIA

Dr_Evil
Nov 6th, 2000, 12:23 PM
To create a class in a VB project click on Add Class Module under the project menu. Then insert your functions into this class.