TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
umit SOGUT
NA
1
0
PiCTURE BOX PROBLEM !!! (Please , only one answer)
Apr 10 2007 10:37 AM
Thanks for your relation :) My problem is picturebox.I create 30 picturebox with code.And I add they events.
For
i = 1
To
adet
p(i) =
New
PictureBox
p(i).Location =
New
Point(10, (i * 150) - 140 + (i - 1) * 10)
p(i).Size =
New
Size(150, 150)
p(i).BorderStyle = BorderStyle.FixedSingle
Me
.Panel1.Controls.Add(p(i))
Me
.Panel1.AutoScroll =
True
AddHandler
p(i).Click,
AddressOf
Me
.hesapla '''''hesapla is a sub :)
Next
i
MY PROBLEM:
I want to know which picturebox is clicked ? What can I do ?
Reply
Answers (
1
)
Plz helpp-How to use JoinView in C#.Net
MySQL connection / populating datagrid with C# windows application