Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with a control ActiveX Pin
zizzzz25-Oct-06 23:11
zizzzz25-Oct-06 23:11 
GeneralRe: problem with a control ActiveX Pin
Cedric Moonen25-Oct-06 23:20
Cedric Moonen25-Oct-06 23:20 
GeneralRe: problem with a control ActiveX Pin
zizzzz25-Oct-06 23:42
zizzzz25-Oct-06 23:42 
GeneralRe: problem with a control ActiveX Pin
Cedric Moonen25-Oct-06 23:50
Cedric Moonen25-Oct-06 23:50 
GeneralRe: problem with a control ActiveX Pin
zizzzz26-Oct-06 5:20
zizzzz26-Oct-06 5:20 
Questionpath name Pin
radhika2825-Oct-06 21:19
radhika2825-Oct-06 21:19 
AnswerRe: path name Pin
stanlymt25-Oct-06 23:28
stanlymt25-Oct-06 23:28 
AnswerRe: path name Pin
freeman86825-Oct-06 23:33
freeman86825-Oct-06 23:33 
I add sth based on your code follow:

CString drv = ((CIFlappApp *)AfxGetApp())->m_strAppDrive;

drv+="\:";
drv+="\\";
CString str = drv + "MyFavourites";

CString str1 = str;
CreateDirectory(str,NULL);

str+="\\";
CString sub = str+"Online Bookmarks";
CreateDirectory(sub,NULL);
sub= str+"Music";
CreateDirectory(sub,NULL);
sub= str+"Pictures";
CreateDirectory(sub,NULL);
sub= str+"Documents";
CreateDirectory(sub,NULL);

str1.TrimLeft(drv);
m_bookmark.PopulateTree(str1);


freeman

AnswerRe: path name Pin
ThatsAlok26-Oct-06 19:25
ThatsAlok26-Oct-06 19:25 
Questionhow to restrict access for USB device Pin
pavan_sw25-Oct-06 21:07
pavan_sw25-Oct-06 21:07 
QuestionKill DirectX Pin
Daniel Kanev25-Oct-06 20:39
Daniel Kanev25-Oct-06 20:39 
AnswerRe: Kill DirectX Pin
Hamid_RT25-Oct-06 21:05
Hamid_RT25-Oct-06 21:05 
GeneralRe: Kill DirectX Pin
Daniel Kanev25-Oct-06 21:27
Daniel Kanev25-Oct-06 21:27 
QuestionWindows related Question (VC++) Pin
Programm3r25-Oct-06 19:22
Programm3r25-Oct-06 19:22 
AnswerRe: Windows related Question (VC++) Pin
Jonathan [Darka]25-Oct-06 21:13
professionalJonathan [Darka]25-Oct-06 21:13 
Questionhow to achieve .... Pin
Anamika200525-Oct-06 19:13
Anamika200525-Oct-06 19:13 
AnswerRe: how to achieve .... Pin
Hamid_RT25-Oct-06 19:28
Hamid_RT25-Oct-06 19:28 
AnswerRe: how to achieve .... Pin
Rajesh R Subramanian25-Oct-06 19:41
professionalRajesh R Subramanian25-Oct-06 19:41 
Questionerror in code? Pin
With_problem25-Oct-06 19:07
With_problem25-Oct-06 19:07 
AnswerRe: error in code? Pin
ThatsAlok25-Oct-06 20:40
ThatsAlok25-Oct-06 20:40 
GeneralRe: error in code? Pin
With_problem26-Oct-06 16:22
With_problem26-Oct-06 16:22 
AnswerRe: error in code? Pin
ThatsAlok26-Oct-06 19:23
ThatsAlok26-Oct-06 19:23 
QuestionImage preview or thumbnail Pin
kiranin25-Oct-06 18:09
kiranin25-Oct-06 18:09 
AnswerRe: Image preview or thumbnail Pin
Hamid_RT25-Oct-06 19:27
Hamid_RT25-Oct-06 19:27 
AnswerRe: Image preview or thumbnail Pin
ThatsAlok25-Oct-06 20:21
ThatsAlok25-Oct-06 20:21 

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.