WarcraftPlayer
MIS
Ok still kind of new to C# and .net in general so this is a really beginner question. I understand Inheritance, just not sure how I would use it for my problem.
I created an image viewer(form1). I want to be able to put that viewer on other forms, say a personal information(form2) or a CS screen(form3).
Do I just combine to say form1 and form3 to a new form or make form2 larger so form1 can fit on form2?
Also not sure how I would bring the 2 together. Just not sure how you inherit picture boxes, textboxes and everything else. I fully understand inheriting variables and functions. It might be all the same, a link on where I could learn this would be much appriciated.
/cry
/help
LVL 60 ROGUE
I created an image viewer(form1). I want to be able to put that viewer on other forms, say a personal information(form2) or a CS screen(form3).
Do I just combine to say form1 and form3 to a new form or make form2 larger so form1 can fit on form2?
Also not sure how I would bring the 2 together. Just not sure how you inherit picture boxes, textboxes and everything else. I fully understand inheriting variables and functions. It might be all the same, a link on where I could learn this would be much appriciated.
/cry
/help
LVL 60 ROGUE