EnemyGateIsDown
Technical User
Hi guys,
I have some functions which are common to a number of forms within my project. So i created a new vb file with a class name and put them into it.
I then thought I could just in the other forms just by inheriting it, however when I do that it says that I can only have one inherit statement containing one class?
So how can I access my "common functions" from my various forms?
Any help is as alway greatly appreciated.
Cheers,
Chris
I have some functions which are common to a number of forms within my project. So i created a new vb file with a class name and put them into it.
I then thought I could just in the other forms just by inheriting it, however when I do that it says that I can only have one inherit statement containing one class?
So how can I access my "common functions" from my various forms?
Any help is as alway greatly appreciated.
Cheers,
Chris