.net - C# Rich GUI Application -


i want create app declare microprocessor's pin input/output mouse clicks. created mockup - http://i.stack.imgur.com/gohq5.png. think best declare each pin separate class can change state easily, dont know how achieve along graphical representation of it. each square should clickable , changin color. foreach loop iterate throu them , state information of each.should go wpf or silverlight or simple click events? best approach implement in .net?

if want website, silverlight. otherwise wpf because easier.

i'd image center piece, unless it's going change size, in case draw out of lines , ellipse. use canvas in main window, not grid. make pin class handles state/color/positioning information. can draw square rectangle.

don't worry mvvm, that's going more trouble it's worth case.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -