AD
Administrator
Syncfusion Team
December 21, 2005 07:37 AM UTC
Hi
In c# each form is separate class.so the components u added to 1 form will not be thr with other form.
>i''m a newbie to C#.Net and i have this problem regarding forms. i wanted to create an application containing multiple forms.when the user clicks a button, a new form should show up. but the problem is that when i would click the button for the form to show up, the components i added to it won''t show up..it''s all blank..what''s the problem here?=(