Results 1 to 2 of 2

Thread: [RESOLVED] (2008) Updating programs

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    131

    Resolved [RESOLVED] (2008) Updating programs

    Hey ive made a web browser, and its going on the web for download. Is there a way i can make updates and let the browser download them automatically or when ever i make a update do i have to uninstall the program and install the new one?? Im not that advanced in visual basic so please write basically XD thanks.

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: (2008) Updating programs

    Modular design of your program is your friend

    If you want something like this, split your program up into various libraries. Have DLLs strung around to perform every task you need.

    Then, if you only update a certain DLL.. your program downloads a nice small DLL, and puts it where it needs to be.. Then all you do is start your program again, it will load the new DLL.. and you're away!

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

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