RIght now here is my method of makin a application which has multiple documents. For example they press new and a new window comes up.
I first go
dim Nameofform as new baseform
dim numberofnameofform as interger
then it a command button I go
numberofnameofform = numberofnameofform+1
nameofform(numberofnameofform).show
Is this how everyone else does it?
Brad,
Hey! email me any time! Bradsvb@yahoo.com
I first go
dim Nameofform as new baseform
dim numberofnameofform as interger
then it a command button I go
numberofnameofform = numberofnameofform+1
nameofform(numberofnameofform).show
Is this how everyone else does it?
Brad,
Hey! email me any time! Bradsvb@yahoo.com