472,145 Members | 1,849 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Drag & drop object in workflow app

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.
Nov 16 '05 #1
2 8985
Create own component that allows moving objects, see
http://www.bobpowell.net/manipulate_graphics.htm, and for double click check
OnDoubleClick in MSDN.
Nov 16 '05 #2
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...b;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/do...s/default.aspx

HTH,

--
Scott
http://www.OdeToCode.com

On Sat, 14 Aug 2004 11:49:04 +0800, "Grey" <er*******@i-cable.com>
wrote:
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.


Nov 16 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

6 posts views Thread by jojobar | last post: by
3 posts views Thread by Goldwind | last post: by
1 post views Thread by Terry Olsen | last post: by
3 posts views Thread by VB Programmer | last post: by
2 posts views Thread by Harshad | last post: by
reply views Thread by Saiars | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.