CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2013
    Posts
    1

    Question Move a picture around in richtextbox using mouse to (Drag-Drop) in a new location.

    Hi,


    Can you help me to move a picture around in richtextbox using a mouse to (Drag) & (Drop) in a new location in the same richtextbox using Visual Basic 6 please?

    I am trying to learn VB6 by myself, thanks if you can explain or give sample code.


    Dexter d

    What are the Taggs and what are they used for.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Move a picture around in richtextbox using mouse to (Drag-Drop) in a new location

    RTB's use their own proprietary language. You can download the specs as a 600+ page pdf, but, I'd advise against it. I've created a dummy page with a picturebox in the right location. The program inserts text and formatting, and also a picture of the item created.
    It's been working since 2006.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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