0
Reply

Creating a command button (win API)

Tal

Tal

Jan 28 2007 4:04 PM
1.6k
Hi, My name is Tal, Im a C# begginer programmer.. Now Im working on a project "Mine-Sweeper", I build it in window application of course, and I wanted to know if it's possible to create (In the code only) a command button. I want to create board of Command-Buttons, and not normal buttons. What do I have to put in the code instead this row:.. /////Button Board = new System.Windows.Forms.Button();/////.. So It'll be command-buttons and not normal-buttons?.. Thanks on time, Tal.