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
Volker Bruhn
NA
3
17.7k
Click Events on TableLayout
Nov 19 2010 6:04 PM
Hello,
I am going through some basics to create games like sudoku, kakuro and so on.
Before doing the algorithms I want the user interface to work fine.
For now I have a scalable TableLayout, the cells are filled with Panels (later on, these are filled with Labels).
The user is able to navigate through the cells using the arrow keys, and should be able to select a cell by clicking with the mouse on it.
Now here is my problem: I do not know which cell, panel, label has been clicked. The best I got, was getting the X,Y using a MouseClick-event.
As the TableLayout is very flexible, it is very ... hmmm ... unfunny ... to get the cell by calculating the coordinates.
Is there a way to get the Click-event to send the clicked origin?
I think that WPF does it, but I am not acquainted with it at all. So how can I do it on Windows Forms???
Regards,
Volker
Reply
Answers (
4
)
connect Crystal report to two database servers
Binding data on instance?