Drag & drop object in workflow app

G

Grey

I need to design a workflow application with C#. I want to design an UI with
some workflow components which they can be drag & drop anywhere in order to
design the workflow for the application users. Moreover, when the user
double click on the component, they can define some routing rules for the
process. Is it possible to have such fancy UI in C#?? Any reference sites or
tutorial??

Million Thanks.
 
S

Scott Allen

Hi Grey:

Yes it is possible.

Here are some starters for drag and drop:

How To Provide File Drag-and-Drop Functionality in a Visual C# .NET
Application
http://support.microsoft.com/default.aspx?scid=kb;EN-US;307966

Implementing Drag and Drop in Windows Forms with C#
(DragDropSample.exe). A useful primer for developers coming from a
Visual Basic background. Demonstrates the C# implementation of
drag-and-drop operations in a Windows application, including the
addition of sophisticated functionality like using context menus in a
DragDrop event handler to give users a list of possible actions.
http://msdn.microsoft.com/vcsharp/downloads/samples/23samples/default.aspx

HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top