Insider1984
Technical User
What I would like to do is in addition to a person being able to browse for a file that they can just drag the file into the edit box. Then the edit box which has a member varible "m_cstrFile" would be updated and ready for my program.
I see the Accept files option which does in fact seem like it's doing the right thing but I assume I'll need some code that tells the program what to do with this file.
My question is:
Do i put this code inside my void CInputs::OnChangeFilein() function?
What do I need to add in order for the file name to be set to m_cstrFile?
Thanks for your help as always.
I see the Accept files option which does in fact seem like it's doing the right thing but I assume I'll need some code that tells the program what to do with this file.
My question is:
Do i put this code inside my void CInputs::OnChangeFilein() function?
What do I need to add in order for the file name to be set to m_cstrFile?
Thanks for your help as always.