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
454k
How do I: Get the name of the rotuine I am in.
Mar 24 2010 4:27 AM
Hello:
I have the following code, uit does tell me the program that I am in. Is there a way to find out what is the routine that I am in? In the sample below, I would like to have it return: 'Enter'.
public
void
Enter(
string
FromProgram_ID)
{
Program_ID =
this
.ToString();
MessageBox
.Show(
"IN: "
+ Program_ID +
" Called From: "
+ FromProgram_ID);
}
Reply
Answers (
2
)
How do I: Do a MessageBox.Show("Message...") and have it time out after 3 seconds?
how to pass value from page footer to page header