Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
dcs
Posted - Oct 16 2012 : 09:49:11 It does not seem like OpenImageEnDialog switches to the InitialDir. I have a very simple code:
OpenImageEnDialog1->InitialDir = DIR + "\\Demo Images\\"; ShowMessage(OpenImageEnDialog1->InitialDir);
if (!OpenImageEnDialog1->Execute()) return;
The message box show the initial dir correctly, but OPenImageEnDialog does not seem to display the desired directory. I also tried to remove the last slash in the InitialDir but still no go.
Please help.
Thanks in advance. M.
2 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Jul 01 2020 : 19:18:16 Hi
I can't reproduce any specific issues.
IntialDir is controlled by Windows, so I can't be sure of its exact funtionality. I would expect that IntialDir is ignored if Filename is specified.