Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dialog - accept input
#2
This requires much programming. I don't have an example.

Simplest way to create edit box that accepts dropped text (but not files) - create control with class name "RichEdit" or "RichEdit20A".

I know three methods to accept dropped files. But now I don't have time to create examples or explain more. If you will look in MSDN library, search for following keywords: WS_EX_ACCEPTFILES, WM_DROPFILE, EN_DROPFILES (accept files in RichEdit control), IDropTarget (most powerful but difficult to implement with QM - better don't try).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)