|
-
June 25th, 2001, 03:53 PM
#1
THE WIZARD! Is making classes or objects???? Please help . . . the wizard, I ended up with . . .
When I used the wizard to help make an app, I ended up with a splash screen and a main form . . . (frmSplash and frmForm). Are these classes or objects?
For example, it seems as though the frmMain is a class since the wizard used New to instantiate fMainForm. But why didn't the wizard use New to instantiate a splash object? It just called it's Show method. Why? Is frmSplash an object and frmMain a class? How can you tell? Thanks for any help.
frmSplash.Show
frmSplash.Refresh
set fMainForm = new frmMain
Load fMainForm
Unload frmSplash
fMainForm.Show
. . .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|