Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game Name in .ini?
#2
in form_load on whatever form you want add
Code:
Dim FileName As String
    FileName = App.Path & "\config.ini"
lblw/e = GetVar(FileName, "CONFIG", "GAME_NAME")
then make the lblname what ever you want and change it there. then make a config .ini and it will get [config] gamename = w/e from the file client side.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)