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
toxicpanda82
NA
2
0
mouse clicked in web applications
Apr 8 2005 1:33 PM
Hi everybody, I am developing an ASP.NET application using C# and GDI+. The application interface contain a group of rectangles, where each rectangle, once clicked, should display some related information. This is possible in a Windows application by writing: private void MouseClicked(object sender, System.Windows.Forms.MouseEventArgs e) { if(e.Button == MouseButtons.Left) { if (Rectangle.Contains( new Point(e.X, e.Y))) {.......................... But what about a web application? How do I determine wether a mouse was clicked inside a rectangle?? Please help me!!!
Reply
Answers (
1
)
Flicker problem in simple directdraw animation
Get a image of a control even when a control is not visible.