> Here's a question from a fella who hasn't touched VB in almost three years: > can you create new objects on the fly in VB or RealBASIC, or do you still > need to anticipate all objects in advance and show and hide them?
I don't know about VB, but in RealBasic, you have to have at least one instance of an object, then you can duplicate it from within your app. You can't create an object from scratch. Sarah Reichelt
