Announcement

Collapse
No announcement yet.

Help auto update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help auto update

    Hello, many software now has auto update features.. How can i make my application to have this also?

  • #2
    First you would need to make a function to do a web call to check your local version with your remove version if the remote version is bigger then you tell the user to download it, then you have to deal with how your code base is I create DLL based source so my updating code can just delete the old source dll and place with the new one.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      thanks for this idea @kingzooly.i will try it to implement.

      Comment


      • #4
        Originally posted by kingzooly View Post
        First you would need to make a function to do a web call to check your local version with your remove version if the remote version is bigger then you tell the user to download it, then you have to deal with how your code base is I create DLL based source so my updating code can just delete the old source dll and place with the new one.
        I could give you an example?

        Comment


        • #5
          this can give you a suggestion
          clearly for the auto function you have to move OnTimer....


          Code:
          [ATTACH]n302952[/ATTACH]

          Comment

          Working...
          X