Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with dll Pin
Cedric Moonen8-Apr-08 23:31
Cedric Moonen8-Apr-08 23:31 
GeneralRe: problem with dll Pin
prithaa8-Apr-08 23:34
prithaa8-Apr-08 23:34 
General[Message Deleted] Pin
umai8-Apr-08 21:23
umai8-Apr-08 21:23 
GeneralRe: loop command Pin
Cedric Moonen8-Apr-08 21:27
Cedric Moonen8-Apr-08 21:27 
GeneralProbably... Pin
CPallini8-Apr-08 21:33
mveCPallini8-Apr-08 21:33 
GeneralRe: [Message Deleted] Pin
Hamid_RT11-Apr-08 0:06
Hamid_RT11-Apr-08 0:06 
Generaldisplaying result all at once... Pin
neha.agarwal278-Apr-08 21:15
neha.agarwal278-Apr-08 21:15 
GeneralRe: displaying result all at once... Pin
Cedric Moonen8-Apr-08 21:20
Cedric Moonen8-Apr-08 21:20 
Are you using a separate thread to delete the files ? If no, then if this process is quite long, your UI won't respond to any messages anymore (which means that it is frozen and not updated so, you don't see the files removed from the list ctrl).
You have to do that in a worker thread and messages to your window when a file has been deleted. Handle this message in your dialog class and upon receiving it, remove the entry from the list control.

Another point: is the delete of these files that long ? Because in general it doesn't take a lot of time to delete a file, so even with a thread, chances are that it will be too fast to see something.

Cédric Moonen
Software developer

Charting control [v1.3]

GeneralRe: displaying result all at once... Pin
Hamid_RT11-Apr-08 0:05
Hamid_RT11-Apr-08 0:05 
QuestionCan dll be used without registering it? Pin
Prazwol8-Apr-08 20:57
Prazwol8-Apr-08 20:57 
GeneralRe: Can dll be used without registering it? Pin
Nibu babu thomas8-Apr-08 21:03
Nibu babu thomas8-Apr-08 21:03 
GeneralRe: Can dll be used without registering it? Pin
Prazwol8-Apr-08 21:17
Prazwol8-Apr-08 21:17 
GeneralRe: Can dll be used without registering it? Pin
rp_suman8-Apr-08 21:09
rp_suman8-Apr-08 21:09 
GeneralRe: Can dll be used without registering it? Pin
Prazwol8-Apr-08 21:28
Prazwol8-Apr-08 21:28 
GeneralRe: Can dll be used without registering it? Pin
CPallini8-Apr-08 21:31
mveCPallini8-Apr-08 21:31 
QuestionRe: Can dll be used without registering it? Pin
Prazwol8-Apr-08 21:56
Prazwol8-Apr-08 21:56 
GeneralRe: Can dll be used without registering it? Pin
CPallini8-Apr-08 22:14
mveCPallini8-Apr-08 22:14 
GeneralRe: Can dll be used without registering it? Pin
Hamid_RT11-Apr-08 0:05
Hamid_RT11-Apr-08 0:05 
GeneralClose Application Pin
john56328-Apr-08 20:46
john56328-Apr-08 20:46 
GeneralRe: Close Application Pin
rp_suman8-Apr-08 20:57
rp_suman8-Apr-08 20:57 
GeneralRe: Close Application Pin
Nibu babu thomas8-Apr-08 20:59
Nibu babu thomas8-Apr-08 20:59 
GeneralRe: Close Application Pin
Nelek9-Apr-08 21:48
protectorNelek9-Apr-08 21:48 
GeneralRe: Close Application Pin
Hamid_RT11-Apr-08 0:04
Hamid_RT11-Apr-08 0:04 
GeneralOLE !! Pin
nisha000008-Apr-08 20:14
nisha000008-Apr-08 20:14 
GeneralRe: OLE !! Pin
rp_suman8-Apr-08 20:25
rp_suman8-Apr-08 20:25 

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.