Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. I have a final working project in Visual basic 2008.

I have a final working project in Visual basic 2008.

Scheduled Pinned Locked Moved Visual Basic
question
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    katie23
    wrote on last edited by
    #1

    How can i make the file executable by someone else with out the need of downloading a visual basic program onto their computer?

    H T 2 Replies Last reply
    0
    • K katie23

      How can i make the file executable by someone else with out the need of downloading a visual basic program onto their computer?

      H Offline
      H Offline
      Henry Minute
      wrote on last edited by
      #2

      Search for click-once deployment.

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

      1 Reply Last reply
      0
      • K katie23

        How can i make the file executable by someone else with out the need of downloading a visual basic program onto their computer?

        T Offline
        T Offline
        tech603
        wrote on last edited by
        #3

        This link will show you how to switch to a from debug to release in Visual Studio, once you build the project you will notice that in the project folder there is a bin folder that should contain a debug folder and release folder. Inside these folders are the executable you need for distributing. You can zip up your files or use on click installers to package your project. This link is for vs 2005: http://msdn.microsoft.com/en-us/library/wx0123s5(VS.80).aspx[^] if the above doesn't help try this link: http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/865ea184-70a5-4905-8dd7-089fd9714209/[^] hope this helps

        Matthew Vass QA Analyst mvass@hostmysite.com HostMySite.com

        K 1 Reply Last reply
        0
        • T tech603

          This link will show you how to switch to a from debug to release in Visual Studio, once you build the project you will notice that in the project folder there is a bin folder that should contain a debug folder and release folder. Inside these folders are the executable you need for distributing. You can zip up your files or use on click installers to package your project. This link is for vs 2005: http://msdn.microsoft.com/en-us/library/wx0123s5(VS.80).aspx[^] if the above doesn't help try this link: http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/865ea184-70a5-4905-8dd7-089fd9714209/[^] hope this helps

          Matthew Vass QA Analyst mvass@hostmysite.com HostMySite.com

          K Offline
          K Offline
          katie23
          wrote on last edited by
          #4

          thanks for your help.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups