asked on
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
UserControl1 uc = new UserControl1();
// set some props on "uc"...
uc.Location = new Point(25, 50);
this.Panel1.Controls.Add(u