I'm a Student of C# and doing a Windows Form Application using in visual studio 2012. The problem that i have is.
I have a parent form with a menustrip = File, with sub item Login and on Login item Click the Child form loads so you can enter your login details. The problem that i'm having is when i click the login click button on the Child Form i need to
Add MenuStrip name "Add", with sub items names "Edit","Copy"; Also Add DatagridView;
To the Parent Form, can anyone give me a step in the right direction please