Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How to make program in ms visual studio sum independently?

Update:

sorry, i meant run independently, i did it on my fone.

2 Answers

Relevance
  • ?
    Lv 7
    1 decade ago
    Favorite Answer

    You can publish your project into an installer program. This installer or setup program is then run on the target PC to install your project onto that machine.

    To do this click on Projects >> [Project Name Properties]

    Then click on the Publish tab

    There are buttons on the right side of the TAB

    Click on prerequisites and make sure that the DotNet framework is selected as well as any other required program in the list.

    Then click on the Publish button to start a wizzard an follow the prompts.

    Optionally you can just copy the EXE file that VB makes. This is found in the project folder under BIN\Debug or BIN\Release. Copy the porject exe file to the target machine.

    This will work for simple projects and as long as teh target machine has the necessary prequisites already installed on it.

    It is more reliable to publish your project which enshures that all necessary files are copied onto the target PC

  • Paul
    Lv 7
    1 decade ago

    Can you be a bit more specific ? What do you mean by "sum independently" ?

Still have questions? Get your answers by asking now.