J
jhs
Hello,
i'm developping a windows.forms app, using C#.
form a form (Form1), i want to call a second form (form2)
I want to use form2 as a generic form to set colors, fonts, .... for many
types of labels included in form1.
So the question is:
how can i call Form2 with initial value (get from calling label in Form1),
and when user validate form2 setting get back to Form1 with validated values
from Form2?
Thanks for your help
i'm developping a windows.forms app, using C#.
form a form (Form1), i want to call a second form (form2)
I want to use form2 as a generic form to set colors, fonts, .... for many
types of labels included in form1.
So the question is:
how can i call Form2 with initial value (get from calling label in Form1),
and when user validate form2 setting get back to Form1 with validated values
from Form2?
Thanks for your help