Link to home
Start Free TrialLog in
Avatar of Hankwembo Christopher,FCCA,FZICA,CIA,MAAT,B.A.Sc
Hankwembo Christopher,FCCA,FZICA,CIA,MAAT,B.A.ScFlag for Zambia

asked on

Parent and Child forms in C#

Hi Experts!

I'm still trying to learn C# , though now I seam to be comfortable with Code, excepts the listed issues below:

(1) How do I create a parent form and a child for purpose of creating an invoice?
(2) Is it possible to nominate a form to become a start up form so that people are able to enter their credentials before accessing the package?

For menus I think that is Okay C# has a better way of creating menus and links, on this one I will try it.

Regards

Chris
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

1) By parent-child do you mean two separate forms OR one form embedded (sub form) in another form ?

2) Yes - that is how your form is actually shown.  Look in the program.cs in your solution.
Avatar of Hankwembo Christopher,FCCA,FZICA,CIA,MAAT,B.A.Sc

ASKER

1) By parent-child do you mean two separate forms OR one form embedded (sub form) in another form ?

Yes that is I mean!

2) Yes - that is how your form is actually shown.  Look in the program.cs in your solution.
Report Comment

Any write up somewhere?
ASKER CERTIFIED SOLUTION
Avatar of Obadiah Christopher
Obadiah Christopher
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
1) By parent-child do you mean two separate forms OR one form embedded (sub form) in another form ?

Yes that is I mean!


So which of those two is it?  They are two very different options.


2) Have you looked into the program.cs file like I suggested yet?  There you see how the form you see when the application starts is selected/displayed.