587,561 active members*
3,251 visitors online*
Register for free
Login
Results 1 to 9 of 9
  1. #1
    Join Date
    Jun 2005
    Posts
    180

    Visual Basic Express

    Does anyone know anything about Visual Basic Express, and it's limitations vs. the standard Visual Basic?

  2. #2
    Join Date
    Mar 2004
    Posts
    261
    VB Express is dotNet. dotNet is a real departure from the way programs and language use to be used. These languages are compiled to a EXE is desired or can be used as script in an ASP web application.

    If you want to play with dotNet for free try Sharp Develop at:
    http://www.icsharpcode.net/OpenSource/SD/

    RipperSoftware

  3. #3
    Join Date
    Apr 2005
    Posts
    3634
    Who Should Use Visual Basic Express?
    Visual Basic Express Edition is a powerful tool capable of creating fully functional applications and components that can be shared with others. It is not, however, intended for professional developers or for programmers that work in a team environment. Other versions of Visual Basic provide features that meet the advanced needs of professional and team development.

    If you need to write applications that connect to a networked database, interact with Microsoft Office, support mobile devices or 64-bit operating systems, or require remote debugging, you will need a more advanced version of Visual Basic.

    http://msdn2.microsoft.com/en-us/lib...fb(VS.80).aspx

    I think that last line is your answer.






    .

  4. #4
    Join Date
    Jun 2005
    Posts
    180
    What I would like to do is to make programs that I have written using VB, now running in Excel into stand-alone executables. It looks like VBExpress can do that. Right?

  5. #5
    Join Date
    Apr 2005
    Posts
    3634
    Quote Originally Posted by rweatherly View Post
    What I would like to do is to make programs that I have written using VB, now running in Excel into stand-alone executables. It looks like VBExpress can do that. Right?
    I guess?

    http://forums.microsoft.com/MSDN/Sho...95540&SiteID=1



    .

  6. #6
    Join Date
    Apr 2005
    Posts
    3634
    This forum might have better answers for you.

    http://forums.microsoft.com/MSDN/Sho...D=159&SiteID=1



    .

  7. #7
    Join Date
    Mar 2003
    Posts
    35538
    Quote Originally Posted by rweatherly View Post
    What I would like to do is to make programs that I have written using VB, now running in Excel into stand-alone executables. It looks like VBExpress can do that. Right?
    You may need to do a lot of rewriting because the Excel VBA functions you're using may be a bit different from the VB functions. Also, you're probably relying on some Excel functionality that you'll possibly need to re-create, or go about a different way. But, it should be doable.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  8. #8
    Join Date
    Jun 2005
    Posts
    180
    Thanks. Most of the code is really plain old BASIC, with few Excel-specific functions. I will give it a try.

  9. #9
    Join Date
    Jun 2005
    Posts
    180
    Deleted.

Posting Permissions

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