Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Game Name in .ini?
#1
Could someone show me how to put your Game name in a .ini file?
Reply
#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
#3
Thanks!
Reply
#4
np and thanks for loging into ToA.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)