1
Answer

Questions from a starter

saigopal2003

saigopal2003

21y
1.6k
1
Hello all I've just started 2 learn .net.I request 2 clear my doubts with CODE Examples. 1.Whats the Difference between Parent and Owned Forms 2.Whats the Difference between a) Anchoring b) Docking C) Layering a Winform and its controls. 3.Is there any utility (like Class Builder in VB6) to create Classes in .NET. Thanks.
Answers (1)
0
neil 0

neil 0

NA 16 0 21y
1. Not sure. 2. Anchoring allows you to latch a control on to one of the form's corners. Docking allows a control to bind itself to an edge in the form or conatiner control. When you resize the container, the control resizes itself to fit the entire edge. (one edge or all 4). You can't dock and anchor at the same time. One or the other. 3. Do you mean Visual Studio.net?