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
krishna prasad
NA
814
181.8k
Context MenuStrip
Sep 17 2009 3:00 AM
Hai all
I have a small doubt regarding contextmenu strip.I have added contextmenu strip item to my windows application with two items "expand" and "collapse".I have also added a empty click event for it.
private void expand_Click(object sender, EventArgs e)
{
//Something
}
private void collapse_Click(object sender, EventArgs e)
{
//Something
}
Now what i need is as soon as as i select either expand or collapse.I want the current mouse position where exactly the expand or collapse is selected.
Hope i made myself clear..
Reply
Answers (
2
)
Novis question: Printing to a richTextBox
count no of characters from string