I am a beginner in C# with some knowledge in VB and limited knowledge in C++. I need to do this in VS 2005 C#.
I really appreciate any and all help I can get on this important project. I'm not asking for code, just correct guidance. I don't want to start somewhere and find out I'm totally in the wrong direction.
I need some guidance on how to create and manage a graphic that is to represent a double array. In general, if the array is 500 by 500, then the graphic will show 25,000 little squares.
The squares need to be divided by lines, so that when the mouse arrow hovers over it: (a) I know which square it is on, I can fire an event or at least "sense" programmatically which square the mouse is over when a button is clicked.
The advice and guidance you give me should allow me to:
1) Be able to implement a primitive zoom in/out (a simple zoom with scroll bars, nothing fancy)
2) Know which square the mouse is over or is clicked on
3) Be able to control the color of each square independently.
Again, I don't necessarily need the code, just guidance on which approach I should take. Thank you very much!
Start Free Trial