Recently I have migrated my source code from Visual Studio 2010 to Visual Studio 2013.
After building in Visual Studio 2013, controls are displayed with an offset (see image by clicking on the link below).
Does anybody know what happens?
Recently I have migrated my source code from Visual Studio 2010 to Visual Studio 2013.
After building in Visual Studio 2013, controls are displayed with an offset (see image by clicking on the link below).
Does anybody know what happens?
I Think issue was with the border frame thickness of dialog box. I changed the following property in project settings & that worked for me. Project Properties->Configuration Properties->General->Platefortoolset, set it to Visual Studio 2013 - Windows XP (v120_xp) And it worked. Thanks everyone for help