I typically code in VB.NET, but I'm going through a tutorial in C# .NET right now. I'm expecting to see a drop down list for selecting methods and properties at the top of the code file, right underneath the tabs for the code files I have open. However, I do not see these. If I open VB code, it works just fine. I've tried to look for an option in Visual Studio that I don't have turned on, but I can't find what I'm missing. Anybody have any ideas?
+7
A:
Go to Tools->Options->Text Editor->C#->General and check "Navigation Bar"
Joel Lucsy
2009-04-10 21:16:12
Thanks! It was driving me crazy.
Brandon Montgomery
2009-04-10 21:20:26
+1
A:
If you want to access the events, you can do it on design mode on upper border of the properties box, there is a "thunder" where you can access them, this part is different from that of VBasic
Jhonny D. Cano -Leftware-
2009-04-10 21:16:25
Wow. I read that just like you did. I think we completely missed his question, while Joel and womp nailed it.
Matt Dawdy
2009-04-10 21:21:37
+1
A:
Tools Menu --> Options
Text Editor ---> C# ----> General ----> Navigation Bar (check this box)
womp
2009-04-10 21:18:31
A:
Reset your entire environment. Tools--> Import and Export Settings... from this dialog you can reset your IDE settings, choosing to Reset all environment settings to one of the default collections of settings. (VB Developer, C# Developer, Web Developer, Project Manager...)
Slidell4life
2009-04-10 21:24:22