2020-03-14
09:19 AM
- last edited on
2021-09-15
12:37 PM
by
Noemi Balogh
DG::FileDialog dlg(DG::FileDialog::OpenFolder); OpenFolderDialogObserver dialogObserver(&dlg); if (!dlg.Invoke()) { return; }I implement the IncludeFile function in The OpenFolderDialogObserver .But the method is invalid.
2020-03-14 10:19 AM
2020-03-15 03:22 AM
Ralph wrote:I have tried the method mentioned above, but it didn't work.
Does this thread help?
2020-03-19 08:35 AM
2020-03-24 05:18 AM