Its very easy to create a dynamic control in C#, following, lines of code will solve your problem.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms;
namespace MinimizDemo { public partial class Form4 : Form { public Form4() { InitializeComponent(); } int cLeft = 1;
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers