Archive for March 2009
VS2008 – How to save a file using a different codepage
In Visual Studio 2008, you’ve multiple ways of setting or saving a file using a specific codepage. I’ll just explain the easiest one…The way of the save options
Just follow these steps…
Windows Explorer pauses or stops working
Hooking up the company laptop to my private network, always result in pausing (or crashing) Windows Explorer. Apparently, the installed network drives are causing the problems.
Try the following to fix this (=delete the available network drivers from your system):
1. Start a command prompt
2. Type ‘net use * /d’. Press ‘Y’ to confirm deletion
3. Fixed (in my case, the network drives are pushed)