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
henrik
NA
3
0
how to make linklabel work
Jul 17 2007 5:35 AM
im trying to make a list of linklabels the link to all linklabels is the same exept an idnumber from MyClass but i am out of ideas how to make it work. does anyone know what i need to make it work ? ArrayList list = new ArrayList(); private LinkLabel[] lutt = new LinkLabel[100]; int t=0; foreach (MyClass s in list) { lutt[t] = new LinkLabel(); lutt[t].Location = new System.Drawing.Point(10, 80 + (tl * 25)); lutt[t].Name = ""; lutt[t].Text = "more"; this.Controls.Add(lutt[t]); t=t+1; }
Reply
Answers (
2
)
Threading and events
Progressbar