Hi,
When creating a View, I use the OnInitialUpdate event to display a dialog with some information about the document I am creating and let the user select some parameters. If cancel the dialog I would like to abort the creation of the view, but I don' t know how to do it.
Can someone help me...
Works perfect while dropping files into a CDialog. Thanks!!
Now I am trying to drop files into the application's icon to open them.
I tried these two methods:
1- With the member variable of CWinApp "m_lpCmdLine"
2- With the MFC functions:
CCommandLineInfo ComandLine...
When droping a file within a CDialog correctly defined as an accept files window I get the event when I drop the file in my window (by defining the function OnDropFile(HDROP hDropInfo) and the message hendler WM_ONFILEDROP), but...
how can I get the name of the file -or files-? Where can i get a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.