Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a .NET Winforms control (or suggestions on how best to code it myself) that does the following:

  • Displays a map/layout of a client's premises (uploaded as an image).
  • Overlays this image with icons representing sensors located at various locations on the premises. These icons will indicate the location and state of the sensor (green, red etc).
  • The icons will need to change in real time to reflect the current state of the sensor.
  • Allows the user to pan and zoom the whole control as it will be a large image and there is not going to be enough real estate to fit everything into one view.
  • Allows the user to drag and drop icons onto the image and/or modify the layout.

Alternatively, if there are 3rd party applications that does this sort of thing out of the box then we're happy to spend the money and not reinvent the wheel.

share|improve this question

2 Answers

I think this control will get you half way through and then you will have to code the placement of the sensors yourself.

http://documentation.devexpress.com/#WindowsForms/clsDevExpressXtraEditorsPictureEdittopic

the placement of sensors most probably you have to handle your self.

share|improve this answer

Disclaimer: I am the lead developer for VG.net. This tool is designed for your type of application. For example: http://www.vgdotnet.com/process_control.shtml

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.