Im an extreme newbie at VB and newbie to OO programming, and would like to make a basic text based RPG to start off (I made an RPG on my TI-84 calculator and would like to recreate it on VB)
I don't know how to do these things:
How do you load up a form when the player clicks something? Ex. Click "new game" button-> load up "NewGameForm".
Where do I Dim variables in order to make them "universal" . i.e. declare a variable and be able to call it in every single form.
Would really appreciate it :) All of this is making my head hurt :(