Month: July 2010
-
Running additional instances of Skype
Starting from Skype 4, we can run multiple instances of Skype. To do that, just pass /secondary argument to the skype.exe, just like this: It will then run the 2nd instance of Skype and so on. If you don’t like using command line tool you can make a shortcut for it as explained in this…
-
VS2010 Tips #13: How to do multi-targeting in Visual Studio 2010 Express edition
In my previous blog post I wrote that the requirement to enable multi-targeting feature in Visual Studio 2010 is .NET Framework 3.5 SP1 installed in the machine. But why does it not enable the Target Framework dropdown in File -> New -> Project / Web Site dialog of Visual Studio 2010 Express edition? Is multi-targeting…