Results 1 to 4 of 4

Thread: A few interesting questions...

  1. #1

    Thread Starter
    Hyperactive Member Asaf_99's Avatar
    Join Date
    Jul 2000
    Location
    Israel
    Posts
    335

    Wink

    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
    Asaf Sagi

    ICQ: 61917199
    E-Mail: [email protected]

  2. #2
    Guest
    3) You mean loading different instances?
    Code:
    Dim frm As New Form1
    frm.Show
    2 and 4) See This page.

  3. #3
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    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
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    I think that the link Megatron wanted to post was this one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width