Results 1 to 14 of 14

Thread: Visual Basic 7

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    240
    I was wondering if anyone who knows can tell me when vb7 is due for relese? And what differences it will have over vb6?
    Thanks.

  2. #2
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281
    I was at the Chicago VBITS conference and from what I gathered they estimate it will be released sometime in the first quarter of next year.

  3. #3
    Guest
    It has better support for threading, and there is a totally new Error handling paradigm.
    Along with all the inevitable new database stuff (yawn).

  4. #4
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    it also will have inheritance.

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    woo hoo!!

  6. #6
    Guest
    I also heard it was coming out sometime in 2001.

  7. #7
    Guest
    its also got polymorhpism,
    which is something like this


    Code:
    Public Sub MySub(MyInt As Integer, MyInt2 As Integer)
    Text1 = MyInt + MyInt2
    End Sub
    
    
    and
    
    
    Public Sub MySub(MyStr As String, MyStr2 As String)
    Text1 = MyStr & MyStr2
    End Sub

    those would be 2 completely different sub's
    and they would be perfectly legal(by legal I mean, it will work, and wont generate an error)

    I cant wait until the release of VB7

  8. #8
    Guest
    Here's Microsoft's site about the next Visual Studio.

    http://msdn.microsoft.com/vstudio/nextgen/

  9. #9
    New Member
    Join Date
    May 2000
    Location
    Auburn,AL
    Posts
    12
    The way I heard it was that it would have a lot more low-level functionality -- a lot more like C has.

    It should be out early next year, but the beta version will probably be available much sooner.

  10. #10
    Guest

    Talking And really great net stuff tooo

    Ok the demo we got showed how to create ecommerce stuff. Way cool, inline building of Web Pages etc as just another project type. Auto generation of XML code etc. Am drooling over my keyboard in anticipation...whilest my HTML/Java workmates are looking sick.......

    Also true OOP built it..inheritance, sub classing, etc etc etc.

    And wossname l love the database stuff...its how l make a living.


    VB7 rocks!!!!!!!!!!!!!

  11. #11

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    240

    Thumbs up PolyMorphing and inheritance??

    Those two properties (if thats what you call them) is what vC/vC++ has correct??.

    Since vb7 is going to have those it will make vb alot more interesting...So i guess the bridge between vb and vc/vc++
    wont be so long.

    But it seems pretty interesting....i like vb6 but i think i will love vb7!
    kool!


  12. #12
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    Actually what denniswrenn has is called function overloading -- VB7 will have that too.

    All they need now is static linking and most of us would be happier than a pig in sh*t

  13. #13
    Fanatic Member Wen Lie's Avatar
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    524

    Cool Hmm... VB7 ???

    That's what I call with coollllll dude... huehuehue....
    VB will get closer with VC/VC++ ??? It will make me love VB more than now. And I can't wait to get it...
    Hmm... Next year.. Next year... Will VB satisfy me more ???
    huehuehue... Pretty sure, yes, I hope...

    Wen Lie
    Regards,
    [-w-]

  14. #14
    Addicted Member
    Join Date
    May 2000
    Location
    Grand Rapids, MI
    Posts
    231
    What about memory handeling, pointers, and function pointers(definitly function pointers, I Cant seem to use some of the complex ActiveX controls that I make or the API I use if it returns a function pointer to VB)

    also the ability to do some ASM inline? and use Windows API wrappers without needing to declare them. C++ does a great job at this. and what about non-vb data types?
    -Karl Blessing aka kb244{fastHACK}
    [email protected]

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