Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Wirbelwind

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by Wirbelwind

  1. @Lumiere: > That is an error you can't change the errors you can only to fix them Well i finally found it ! :cheesy: *happy* lol ^^ **This is it :** very basic, i'm nooby at that but i'll try to add things like "case" and "select case" ^^ > Public Sub Update() > > On Error GoTo UpdateError > > **[some codes…]** > > UpdateError: > 'MsgBox Err.Description > > If Err.Number = 13 Then > MsgBox "The web server is off" > Else > MsgBox "Other error" > End If > > End Sub ![](http://i.imm.io/mTP4.gif)
  2. Thanks for help :P Humm i don't know so ^^ I think this is possible to do that with some "if" "then" etc ^^ I'm not a godd at that .. erf :) Well, Now i just comment this line : ``` VersionCount = GetVar(App.Path & "\tmpUpdate.ini", "FILES", "Versions") ``` I don't get error, but says that he could connect to the offline website lol :cheesy: **Well, i think, i can't get anymore of that :P**
  3. **Hi to all ! :cheesy:** Recently i've downloaded the Auto Updater to update my game when needed :P **But i have one question !** For exemple : ![](http://i.imm.io/mThV.gif) A think like this : ``` if UpdateUrl not reachable then msgbox("Sorry the website is down !") endif ``` **Or a progress-bar ^^** Sorry if my english is not so good, because i'm french :P :P **THANKS TO ALL !**
  4. @Albireo85: > JEJEJEJE SORRY MY ENGLISH IS BAD I AM USING GOOGLE TRANSLATOR :P Lol, Google Translator is quite good :cheesy: _psst : i'm french :embarrassed:_ Thnaks man for this enormous ressources ! :P
  5. Waow, a big database of items ! :D Thansk ! ;)
×
×
  • Create New...