Hi,
I am doing a workflow application (something similar windows workflow) using Nevron diagram. This workflow, I am planning to add few custom controls that can be dragged and dropped into designer surface.
I have created a sample application (attached with this mail), that contains "IfElseActivity" and "RootActivity" custom controls. I am adding "RootActivity" control at the load event of the form and "IfElseActivity" user can drag and drop on to the surface.
Either case I am facing a problem with the NLineShape object. The NLineShape does not display on designer surface. Please advice me.
Thanks
Anslum
Thanks for information. The trick only works on root activity, but it does not work properly on IfElseActivity. When I do that in IfElseActivity, it adds two instances on drawing surface. Do I need to do some otherway for drag and drop control such as IfElseActivity?
Please advice me
Thanks,