587,136 active members*
3,635 visitors online*
Register for free
Login
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2006
    Posts
    2985

    visual basic question

    is it possible to save a program as something besides a .vbp file that a machine without vb could open? like an .exe or something?

    thanks
    Matt

  2. #2
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by keebler303 View Post
    is it possible to save a program as something besides a .vbp file that a machine without vb could open? like an .exe or something?

    thanks
    Matt
    Yes, VB programs can be compiled into .EXE's. However, in order to run it on another computer you need more than just the .EXE file. There is the VB runtime DLL, ActiveX control .OCX files and others. Visual Basic has what's called the "Package and Deployment Wizard" which will gather together the needed files and build an installer. There's also Inno Setup compiler which is a great, free tool which does basically the same thing with lots more flexibility.

    Regards,
    Scott

  3. #3
    Join Date
    Jan 2006
    Posts
    2985
    thanks Scott

    Matt

  4. #4
    Join Date
    Aug 2006
    Posts
    14
    If you are wanting to open a source file for VB, any text editor can open it.

    Bobby

  5. #5
    Join Date
    Aug 2005
    Posts
    52
    I believe *.bas files can be viewed by a regular text editor.

  6. #6
    Join Date
    Apr 2006
    Posts
    15
    Quote Originally Posted by Megahertz View Post
    I believe *.bas files can be viewed by a regular text editor.
    all VB project files (.vbp, .frm, .bas, .cls)... the whole nine yards....

Posting Permissions

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