Windows Forms UI
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! I've to add Two Text Boxes and one Button to a Windows Forms in VC++. How to do this?
-
Hi! I've to add Two Text Boxes and one Button to a Windows Forms in VC++. How to do this?
To Add a button (button1) to a from (Frm1)
this.button1 = new System.Windows.Forms.Button();
this.Frm1.Controls.Add(this.button1 );"The Ultimate Limit Is Only Your Imagination."