2016/05/25

How to run Remote Desktop under Windows 10 ?

1/ Run Windows command prompt: Ctrl + Windows 2/ From command prompt run command: mstsc.exe

2016/05/09

How to add existing resource file to project in c# ?

1. Install Add-in for Visual Studio: File nesting 2. Add root file and designer file 3. Right click on slave file -> File nesting -> Nest item

How to add existing WinForm to poject in C# ?

1. Select project -> Right click -> Add -> Existing item.. -> select root file -> Add as link