Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Static Class Functions

Status
Not open for further replies.

Timinator

Programmer
Apr 13, 2001
33
US
Does anyone know a way to make static functions in a class that can be called without having to create an instance of the class?

[bigears]
 
VB6 doesn't have that ability. But you can create functions in code modules (.bas) that are callable at any time.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top