Enabling Buttons on a Parent form from a child form
I'm not sure how to do this in C#, but I have several buttons on my Parent Form that I want to enable when the user has successfully logged in. How can I enable buttons on the parent form from the child form (ie. I know in VB it's formName.item.property, but since VB is quite different than C# that line of thinking doesn't work for me.
One other question I have that pertains to that is how can I make a child form have an application.modal property?
your help is appreciated.
Thanks.