User Profile
Collapse
Profile Sidebar
Collapse
shalifar
Last Activity: Jun 8 '12, 09:58 AM
Joined: Jun 7 '12
Location:
-
Tried it before. Nothing changed. -
Button location
Hello,
...Code:Button[] btn = new Button[100]; Random rnd = new Random(); Point pt = new Point(); public Form1() { InitializeComponent(); for (int i = 0; i < 100; i++) { [B]btn[i].Location = new Point(100+25*i, 100);[/B] btn[i].Height = 25; btn[i].Width = 25;
No activity results to display
Show More
Leave a comment: