Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Voting motivation Pin
S Douglas17-Jan-06 23:43
professionalS Douglas17-Jan-06 23:43 
GeneralRe: Voting motivation Pin
normanS18-Jan-06 0:52
normanS18-Jan-06 0:52 
Questionmoving present MFC project to be part of a new workspace.HOW? Pin
kk_vp16-Jan-06 23:59
kk_vp16-Jan-06 23:59 
AnswerRe: moving present MFC project to be part of a new workspace.HOW? Pin
Owner drawn17-Jan-06 0:04
Owner drawn17-Jan-06 0:04 
AnswerRe: moving present MFC project to be part of a new workspace.HOW? Pin
_AnsHUMAN_ 17-Jan-06 1:56
_AnsHUMAN_ 17-Jan-06 1:56 
AnswerRe: moving present MFC project to be part of a new workspace.HOW? Pin
David Crow17-Jan-06 4:16
David Crow17-Jan-06 4:16 
QuestionProgress bar implementation for recursive directory deletion Pin
Chintoo72316-Jan-06 23:38
Chintoo72316-Jan-06 23:38 
AnswerRe: Progress bar implementation for recursive directory deletion Pin
David Crow17-Jan-06 4:21
David Crow17-Jan-06 4:21 
There is no need to make two passes. While counting, add the list of files and folders to an array of some sort and delete them from there.

You can always use SHFileOperation(). It uses recursion and a progress bar.


"The words of God are not like the oak leaf which dies and falls to the earth, but like the pine tree which stays green forever." - Native American Proverb


AnswerRe: Progress bar implementation for recursive directory deletion Pin
vallikumar17-Jan-06 19:27
vallikumar17-Jan-06 19:27 
QuestionIO Completion Ports socket error Pin
yani dzhurov16-Jan-06 22:40
yani dzhurov16-Jan-06 22:40 
AnswerRe: IO Completion Ports socket error Pin
__yb17-Jan-06 11:35
__yb17-Jan-06 11:35 
QuestionFTP directory listing Pin
Angel Kafazov16-Jan-06 21:43
Angel Kafazov16-Jan-06 21:43 
AnswerRe: FTP directory listing Pin
David Crow17-Jan-06 4:24
David Crow17-Jan-06 4:24 
GeneralRe: FTP directory listing Pin
Angel Kafazov17-Jan-06 4:30
Angel Kafazov17-Jan-06 4:30 
QuestionShare names Pin
kelprinc16-Jan-06 20:39
kelprinc16-Jan-06 20:39 
AnswerRe: Share names Pin
vallikumar16-Jan-06 21:36
vallikumar16-Jan-06 21:36 
GeneralRe: Share names Pin
kelprinc16-Jan-06 21:45
kelprinc16-Jan-06 21:45 
GeneralRe: Share names Pin
_AnsHUMAN_ 16-Jan-06 21:50
_AnsHUMAN_ 16-Jan-06 21:50 
QuestionRe: Share names Pin
kelprinc16-Jan-06 22:10
kelprinc16-Jan-06 22:10 
AnswerRe: Share names Pin
vallikumar16-Jan-06 22:23
vallikumar16-Jan-06 22:23 
QuestionRe: Share names Pin
kelprinc16-Jan-06 22:28
kelprinc16-Jan-06 22:28 
AnswerRe: Share names Pin
_AnsHUMAN_ 16-Jan-06 22:29
_AnsHUMAN_ 16-Jan-06 22:29 
QuestionRe: Share names Pin
kelprinc16-Jan-06 22:34
kelprinc16-Jan-06 22:34 
AnswerRe: Share names Pin
David Crow17-Jan-06 4:28
David Crow17-Jan-06 4:28 
QuestionQuery related to Worker Threads & GUI Window? Pin
dp_7616-Jan-06 20:28
dp_7616-Jan-06 20:28 

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.