GUI with drag and drop

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
Just to myself started I need some good advices. Im planning to develop a gui with some sort of a toolbox and from that toolbox the users should be able to drag and drop the toolbox items onto a workspace. It could be something like MDI it think... etc..

The workspace should be like a workflow of different items.
But.. I would also be able to connect those different items with some graphical arrows/ pointers... For instance if one item reports succes, the workflow then follows the arrow aligned with succes to the next item and so on... The arrow could be succes, failure, warning etc....

If anybody is familiar with the DTS designer in MSSQLServer2000, thats the direction im heading for. Or maybe this, take a look: http://www.arcanadev.com/adtempus/features/diagramming.htm


Kind regards
 
You may find snippets of the following useful (an article on hosting your
own WinForms designer):

http://www.divil.co.uk/net/articles/designers/hosting.asp

Brandon

Bobstar said:
Hello
Just to myself started I need some good advices. Im planning to develop a
gui with some sort of a toolbox and from that toolbox the users should be
able to drag and drop the toolbox items onto a workspace. It could be
something like MDI it think... etc..
The workspace should be like a workflow of different items.
But.. I would also be able to connect those different items with some
graphical arrows/ pointers... For instance if one item reports succes, the
workflow then follows the arrow aligned with succes to the next item and so
on... The arrow could be succes, failure, warning etc....
If anybody is familiar with the DTS designer in MSSQLServer2000, thats the
direction im heading for. Or maybe this, take a look:
http://www.arcanadev.com/adtempus/features/diagramming.htm
 
Back
Top