-
Hi all. I have a few questions:
1. How would you like rotating controls on a form? That would be cool if MS would've done it in VB7. If you don't know what I mean, I mean that you could make the a command button in this angle: / instead of -.
2. When does VB7 comes out?
3. How can I load the same form several times on the same time it is running? I mean that I want Form1 loaded 3 times on the same time.
4. What's gonna be new in VB7 besides the fact that it will support Access 2000 daabases?
Please answer me :)
-
3) You mean loading different instances?
Code:
Dim frm As New Form1
frm.Show
2 and 4) See This page.
-
4)you can use Access 2000 DBs with VB6, just use Version 3.60 of DAO.
somewhere on this site is a list of features in VB7
1)Don't Know
-
I think that the link Megatron wanted to post was this one.