Link to home
Start Free TrialLog in
Avatar of NerdsOfTech
NerdsOfTechFlag for United States of America

asked on

Grid with a defined amount of x-axis and y-axis lines in Visual Basic 2008 Express Edition plus value output.

1.) I would like to limit the amount of x-axis to 13 lines and the y-axis lines to 16 lines
2.) I would like two labels to show the current position on the grid THE MOUSE is in BASED ON GRID VALUES X and Y even if there is no point there.
E.G.    X: 1     Y:10
3.) I would like a label to be shown above any set point of the current X, Y value (in small font) when hovered over.

500 points to the solver!
Sample-grid-with-labels.png
ASKER CERTIFIED SOLUTION
Avatar of alex_paven
alex_paven
Flag of Romania image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of NerdsOfTech

ASKER

Thanks. I got it work before I read your post. However you are correct in correctly using MouseMove event to track the mouse position. I will be connecting another question to this one to figure out how to make the point "shape" into different shapes. If you want you will be able to participate by clicking the right arrow near this question. =NerdsOfTech