Mar 1, 2004 #1 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?
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?
Mar 1, 2004 #2 chiph Programmer Jun 9, 1999 9,878 US 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 Upvote 0 Downvote
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