CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    74

    visual basic 2008 express good solution for what?

    hi,
    i need a software to build a program that can do the following:
    -use a sql server 2005 express maibe
    -use a sql server 2000
    -connect to mysql
    -use crystal report to generate the sheet for print

    until now i use the vb6 to work with that things that i have say but i looking for a new language because vb6 is a "little" old but i dont want spent many time learning a language for say to my self "**** this program can´t do what i want"
    i have seen many versions of visual basic and one of them is the
    visual basic 2008 express that is free, but what is the limitation of this software? i can build all of that i build in vb6?
    i have the same controls? i know some controls dont exist in others versions of visual basic 2005,2008 etc but my question is
    the visual basic 2008 express if good for what?
    until now i dont spend many time using this software because the language if a quiet diferent from vb6
    the vb6 to .net have many diferences but i need know is if i learn use the visual basic 2008 express i able to use the others versions? like visual basic 2005 and others products the is more professional?
    thanks for your help

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: visual basic 2008 express good solution for what?

    visual basic 2008 express is all you need to get started. The other version may include tools that make it easier for you to develop apps, but the ability to write anything you want that uses the Net runtime is huge benefit.

    If you know how to use the IDE, then you have another advantage.

    As far as can I do this or that? Try it yourself. You won't be disappointed.

    If there's a VB6 control that doesn't exist in VB.Net, you can design your own control that does whatever you want.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2008
    Posts
    74

    Re: visual basic 2008 express good solution for what?

    hi,
    thanks for your help
    until now i have tested to connect and return data from sql server and other stuff may be this can do all that i need but with many hancks


    thanks for your help

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: visual basic 2008 express good solution for what?

    Download the 101 Samples for VS XX (version specific for 2005 and 2008)
    They have versions for VB.Net as well as C#.

    That will give you a glimpse into the power of the language.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured