X
Xarky
Hi,
I would like to make a Windows application, where I am going to have
an array of buttons, of size 30.
I am declaring it as follows:
Buttons[] myButtons = new Buttons[30];
My problem is that I don't know how to display them, set their size,
location, etc.
Can someone suggest me some website which can offer me some help.
Thanks in Advance.
I would like to make a Windows application, where I am going to have
an array of buttons, of size 30.
I am declaring it as follows:
Buttons[] myButtons = new Buttons[30];
My problem is that I don't know how to display them, set their size,
location, etc.
Can someone suggest me some website which can offer me some help.
Thanks in Advance.