Results 1 to 4 of 4

Thread: Updating program

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2006
    Posts
    293

    Updating program

    Hi,

    If this has been answered elsewhere can someone point me in the right direction.

    Instead of having visual studio's update screen i want to have my own screen pop up within my mdiparent form and have abit on the popup where i can display the changes that have been made (i can try and work this out with text files etc.)

    Is it possible?

    Thanks
    Alex

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Updating program

    Are you just wanting to display the contents of an external file, like a text file, that explains what has been changed in that build?

    Or are you wanting to do that, but also auto update the program?
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2006
    Posts
    293

    Re: Updating program

    Quote Originally Posted by weirddemon View Post
    Are you just wanting to display the contents of an external file, like a text file, that explains what has been changed in that build?

    Or are you wanting to do that, but also auto update the program?
    I want to update the program and also display (say in a richtextbox from a text file) changes to the program. if that makes sense.

    I want to update it like the way visual studio does, but using my own form etc.

  4. #4
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Updating program

    You can put a file on your server that has what version is the newest and compare it to the current version. If it's newer, then download the new one. In that download, you can have a file, or hard code it, with the information about the new features.

    If you go with a file, you can use a StreamReader to read the info. Either way, you can use a WebClient to download the data.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

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