|
-
Jun 19th, 2000, 08:25 AM
#1
Thread Starter
Lively Member
what would be the code to make a button open up another form that is used in the same program?
Timbudtwo
I have no life, only one with computers.
VB 6.0 Enterprise Edition
[hr]
-
Jun 19th, 2000, 08:26 AM
#2
Addicted Member
it will be some thing like this
Form2.show
-
Jun 19th, 2000, 08:49 AM
#3
transcendental analytic
Dim anotherform as form2
anotherform.show
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 19th, 2000, 09:13 AM
#4
_______
forms
Form1.visible = false
Form2.visible = true
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Jun 19th, 2000, 11:18 AM
#5
Lively Member
frmname.show
yeah
thats a cool code eh?
I FIGURED IT OUT ALL BY MYSELf *sob* *sob* actually when i came accross the same problem thats how i figured it out
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
|