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
Gustavo
NA
1.3k
454.5k
How Do I: Get the name of the event I am in?
Apr 27 2010 5:24 PM
Hello:
I would like to get the name of the event that I am in. Below is some test code that I am using to try to get this.
What would I need to change
<buttonEvent_Click>
so it will give me the event I am in?
private
void
buttonEvent_Click(
object
sender,
EventArgs
e)
{
MessageBox.Show("Where Am I: " +
<buttonEvent_Click>
);
}
Reply
Answers (
2
)
One source of data and 2 display forms
Console application identity question