C# drag drop

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dickersonka@gmail.com

    C# drag drop

    I am wanting to make a C# interface with a SQL backend for creating a
    table/room layout design. The concept would be the same as a
    restaurant or bar style, except the user will create the design and be
    able to add and modify the layout of the location. I am using .Net 2.0
    and want to allow users to dynamically create the layout and load it at
    startup. Let me know what the best way to go about it would be, I am
    having trouble as far as the drag and drop part with the windows form.

    Thanks,
    Keith

  • Dave Sexton

    #2
    Re: C# drag drop

    Hi Keith,

    Start by reading some documentation on the subject and trying it for yourself.
    If you find that you still have some questions in particular, then you might
    want to ask them in the newsgroups.

    "Drag-and-Drop Functionality in Windows Forms"


    --
    Dave Sexton

    <dickersonka@gm ail.comwrote in message
    news:1163558076 .408022.109200@ i42g2000cwa.goo glegroups.com.. .
    >I am wanting to make a C# interface with a SQL backend for creating a
    table/room layout design. The concept would be the same as a
    restaurant or bar style, except the user will create the design and be
    able to add and modify the layout of the location. I am using .Net 2.0
    and want to allow users to dynamically create the layout and load it at
    startup. Let me know what the best way to go about it would be, I am
    having trouble as far as the drag and drop part with the windows form.
    >
    Thanks,
    Keith
    >

    Comment

    Working...