Singleton in Visual Basic 6.0
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Does anyone have an example of how they implemented the singleton design pattern in Visual Basic 6.0.
-
Does anyone have an example of how they implemented the singleton design pattern in Visual Basic 6.0.
For anyone who cares...I found an old article from Visual Basic Programmers Journal that will help with the Singleton issue. VBPJ article[^] Good luck. :)
-
Does anyone have an example of how they implemented the singleton design pattern in Visual Basic 6.0.
Does VB 6.0 static the same as C++ static? Sonork 100.41263:Anthony_Yio