.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
Post a Comment