I would like to if its possible to run or test one of my forms in my multi-form project without run the main form. If so how can this be done in VS 2013 community edition
Thanks in advance
On Main_Form Load Event , hide it and open any form u wish to... then on childs closing event do this : Application.Kill(); Application.Dispose();
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.