Archive for the ‘Uncategorized’ Category
Repeated questions – a help desk problem
A lot of effort at a help desk is spent in answering the xact same type of questions over and over again to different users. And no matter how many time you ask people to search the FAQs first, you still keep getting the same questions. Google groups has a very innovative and simple to it. Just look at the screen shots below and you will know

The google answer to the help desk problem
Class member search – Visual Studio .NET 2005
Being able to search members of classes that your code uses is quite handy. Be it classes that you have written yourself, or classes in other libraries your code references. You can do that by going to View -> Object Browser OR View -> Class View.

Class member search VS .NET 2005
Problem – Unable to reset fonts and colors after Visual Studio import settings
So you have tried making your IDE hot. And turns out you did not like the colors much. So you want to reset Visual Studio settings. You may have tried using the Tools -> Import and Export Settings to reset your fonts and colors. But it DOES NOT RESET colors and fonts.

Tools->Import Export Settings
To reset colors and fonts, here is what you need to do: Tools -> Options->

Reset VS colors and fonts
Hope it helps
