Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.65K
1 Posted Topic
private void button1_MouseEnter(object sender, EventArgs e) { button1.Width = 100; button1.Height = 48; } private void button1_MouseLeave(object sender, EventArgs e) { button1.Width = 75; button1.Height = 23; }
The End.
swathi.sexey