25-12-2008, 07:49 PM
in form_load on whatever form you want add
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.
Code:
Dim FileName As String
FileName = App.Path & "\config.ini"
lblw/e = GetVar(FileName, "CONFIG", "GAME_NAME")