A simple clean application allowing you to log into your steam without signing in to the online servers, allowing you to play offline games while another family member can use the account online, or just to avoid the annoying people constantly bugging you in your friends list.
Initial Release: Let me know if there are any bugs e.t.c
Instructions :
You MUST Place the exe in your steam directory like so
After that, create a short cut ( Right click > Create Shortcut ) And copy the shortcut and place it on your desktop / pin to task bar, whatever you choose
Can this be used for school computers that have Steam blocked? If so, can this application download games from games library?
Been searching for something like this, Thanks!
Dim SteamPath As String = My.Computer.Registry.GetValue("HKEY_CURRENT_USER\S OFTWARE\Valve\Steam", "SteamPath", "")
May be a helpful line of code for ya!
This won't work on most peoples computers the way you have it, you have trying to find steam thru drive "D"
For most people it's drive "c", you can however get the main drive by messing around with this below
Me.Text = Environ("SystemDrive")