Click here to Skip to main content
15,886,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Change Dir inside CFileDialog Pin
Richard MacCutchan11-Feb-20 5:18
mveRichard MacCutchan11-Feb-20 5:18 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147611-Feb-20 5:32
Member 40147611-Feb-20 5:32 
GeneralRe: Change Dir inside CFileDialog Pin
Richard MacCutchan11-Feb-20 5:53
mveRichard MacCutchan11-Feb-20 5:53 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147611-Feb-20 6:02
Member 40147611-Feb-20 6:02 
GeneralRe: Change Dir inside CFileDialog Pin
Richard MacCutchan11-Feb-20 8:20
mveRichard MacCutchan11-Feb-20 8:20 
AnswerRe: Change Dir inside CFileDialog Pin
leon de boer11-Feb-20 6:40
leon de boer11-Feb-20 6:40 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147611-Feb-20 23:26
Member 40147611-Feb-20 23:26 
GeneralRe: Change Dir inside CFileDialog Pin
leon de boer12-Feb-20 3:16
leon de boer12-Feb-20 3:16 
So just change directory then invalidate the dialog so it refreshes, you did all the hard part Smile | :)
SetCurrentDirectory function (winbase.h) - Win32 apps | Microsoft Docs[^]

Do remember if you want to go back to the original directory after the dialog closes, save the directory before you call the dialog with GetCurrentDirectory and the set it back when you exit.
In vino veritas

GeneralRe: Change Dir inside CFileDialog Pin
Member 40147614-Feb-20 2:40
Member 40147614-Feb-20 2:40 
GeneralRe: Change Dir inside CFileDialog Pin
Victor Nijegorodov14-Feb-20 9:24
Victor Nijegorodov14-Feb-20 9:24 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147616-Feb-20 22:36
Member 40147616-Feb-20 22:36 
GeneralRe: Change Dir inside CFileDialog Pin
Victor Nijegorodov16-Feb-20 23:40
Victor Nijegorodov16-Feb-20 23:40 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147617-Feb-20 0:14
Member 40147617-Feb-20 0:14 
GeneralRe: Change Dir inside CFileDialog Pin
Victor Nijegorodov17-Feb-20 2:03
Victor Nijegorodov17-Feb-20 2:03 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147617-Feb-20 3:21
Member 40147617-Feb-20 3:21 
GeneralRe: Change Dir inside CFileDialog Pin
Victor Nijegorodov17-Feb-20 4:41
Victor Nijegorodov17-Feb-20 4:41 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147617-Feb-20 5:01
Member 40147617-Feb-20 5:01 
AnswerRe: Change Dir inside CFileDialog Pin
Victor Nijegorodov11-Feb-20 11:18
Victor Nijegorodov11-Feb-20 11:18 
GeneralRe: Change Dir inside CFileDialog Pin
Member 40147611-Feb-20 23:32
Member 40147611-Feb-20 23:32 
QuestionKeeping UDS_ALIGNRIGHT positioning for an updown control after moving the buddy window Pin
Alexander Kindel10-Feb-20 0:47
Alexander Kindel10-Feb-20 0:47 
AnswerRe: Keeping UDS_ALIGNRIGHT positioning for an updown control after moving the buddy window Pin
Richard MacCutchan10-Feb-20 0:58
mveRichard MacCutchan10-Feb-20 0:58 
GeneralRe: Keeping UDS_ALIGNRIGHT positioning for an updown control after moving the buddy window Pin
Alexander Kindel10-Feb-20 13:50
Alexander Kindel10-Feb-20 13:50 
GeneralRe: Keeping UDS_ALIGNRIGHT positioning for an updown control after moving the buddy window Pin
Richard MacCutchan10-Feb-20 21:59
mveRichard MacCutchan10-Feb-20 21:59 
RantHow do people even do LL(k) parsing? Pin
honey the codewitch9-Feb-20 7:24
mvahoney the codewitch9-Feb-20 7:24 
GeneralRe: How do people even do LL(k) parsing? Pin
Gerry Schmitz9-Feb-20 9:02
mveGerry Schmitz9-Feb-20 9:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.