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
axb924
NA
30
0
Function Access
Jun 17 2004 1:37 PM
Say I dynamically create a lable in a function and add it to the form. Now I want to be able to access that label and alter it's location property from another function. C# eventhandlers send an reference to the object, basically I need to do something like that. ex. eventhandler this.label += new eventhandler(this.some_function) private void some_function(object sender, EventArgs) { //code for eventhandler } But I need a this.mousemove eventhandler, which sends a reference to the form, so I can't use it to alter my label. Can someone please help. Basically I need to access a dynamically created object from another function.
Reply
Answers (
2
)
plz help XML parsing
Error with XML