CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    DragDrop from Toolbar

    Can anyone help? I would like to create a fixed or floating toolbar and allow dragging and dropping of items from the toolbar to the main dialog. The standard toolbar control does not have properties to allow drag and drop. I have found using sample code for a floating toolbar that drag and drop is fine but the toolbar will hide beneath the main dialog once focus is lost.


    Any suggesstions will be greatly appreciated
    Thanks
    Sheeny


  2. #2
    Join Date
    Jul 2000
    Location
    India
    Posts
    3

    Re: DragDrop from Toolbar

    hi,

    I have to create a controls toolbar from which controls can be dragged and dropped. Can you forward the code which you have to do this, or tell about from where i can get the code.

    Any information regarding this would be a great help to me...

    Please reply soon.... Thank you


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured