cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
non-mfc drag and drop
non-mfc drag and drop
Jun 15, 2011 at 5:17pm
Jun 15, 2011 at 5:17pm UTC
Yours3lf
(91)
Hi,
is there a way to implement the drag-n-drop feature in a non-mfc application using the native win32 API?
Best regards,
Yours3!f
Jun 15, 2011 at 6:01pm
Jun 15, 2011 at 6:01pm UTC
modoran
(2077)
Yes, of course. What needs to be done depends what you want to do (drag-drop files from explorer, drag or drop source , etc)
MFC is just a wrapper around Win32API, everything can be done without MFC.
You need to call DoDragDrop() COM API among other things to do it.
http://msdn.microsoft.com/en-us/library/ms678486(v=vs.85).aspx
Jun 15, 2011 at 6:25pm
Jun 15, 2011 at 6:25pm UTC
Yours3lf
(91)
thanks :)
Topic archived. No new replies allowed.