Update parent form control status from child form [modified]
-
Hi all, I m trying to create toolbar for IE . In my toolbar i had a button "Sign in" which opens a form which allow user to login. On login suceed i have to remove the sign in button from toolbar and have to show "Sign out" button on toolbar. Thanks in advance.
modified on Wednesday, December 23, 2009 4:51 AM
-
Hi all, I m trying to create toolbar for IE . In my toolbar i had a button "Sign in" which opens a form which allow user to login. On login suceed i have to remove the sign in button from toolbar and have to show "Sign out" button on toolbar. Thanks in advance.
modified on Wednesday, December 23, 2009 4:51 AM
Hi, What programming language are you using. In C#.net it would be done as below Form1 f=this.Owner as Form1; f.Button1.Text="Sign Out"; Where Form1 is the name of the parent that holds the sign in button with name button1. Hope this helps Thanks
-
Hi all, I m trying to create toolbar for IE . In my toolbar i had a button "Sign in" which opens a form which allow user to login. On login suceed i have to remove the sign in button from toolbar and have to show "Sign out" button on toolbar. Thanks in advance.
modified on Wednesday, December 23, 2009 4:51 AM
What is your question, I don't see one.
Check out the CodeProject forum Guidelines[^] The original soapbox 1.0 is back![^]