Search code examples
invisible

Dealing with Invisible Code and how to get it back


I can't seem to find my code anywhere, there were solutions to my question. Such as checking the 'Solution Explorer' However accessing the 'Solution Explorer' didn't help, because I couldn't pull it up either.

Is there any other way to access my file?


Solution

  • You can solve this problem by going to the 'View' tab and selecting the 'Object Brower', select the name of your file. Press the drop down arrows until you see something called 'Program'. When you click on program, you should see some method/functions from your project. Double click on any of those and VS should bring up your code.

    Object Brower

    Name of File