Creating a command button (win API)
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.