|
-
Apr 9th, 2000, 02:55 PM
#1
Thread Starter
Junior Member
It might be a very basic question, but can a form be called up from within a module. As I have tried, and all I get is the form opened and displayed and then the next displayable object, displayed ontop of it.??
-
Apr 9th, 2000, 04:17 PM
#2
I dont understand your question? What do you mean.
But what i do know is you can use this line of code
under you module to show a form and to show another
form on it.
Code:
' shows the first form
form1.show
' shows the second form ontop the first form
form2.show vbmodal, form1
-Kayoca Mortation
-
Apr 9th, 2000, 07:12 PM
#3
Member
I am also a little confused about
what your question meen. Maybe
I am thinking like you when I
say you maybe should consider this code:
Form1.Hide
'hides your form1
Form2.Show
'shows your form2
or like what the guy in front of me said!!!
Sire
Eivind
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
|