Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionkilling thread Pin
Boder Coder24-Nov-05 3:44
Boder Coder24-Nov-05 3:44 
AnswerRe: killing thread Pin
toxcct24-Nov-05 4:19
toxcct24-Nov-05 4:19 
AnswerRe: killing thread Pin
Owner drawn24-Nov-05 20:28
Owner drawn24-Nov-05 20:28 
AnswerRe: killing thread Pin
ThatsAlok27-Nov-05 18:19
ThatsAlok27-Nov-05 18:19 
QuestionOutput to printer in Managed C++ Console Pin
Simon Cornish24-Nov-05 3:18
Simon Cornish24-Nov-05 3:18 
AnswerRe: Output to printer in Managed C++ Console Pin
toxcct24-Nov-05 4:20
toxcct24-Nov-05 4:20 
QuestionBitmap Image on Status Bar Pin
romuzu24-Nov-05 2:31
romuzu24-Nov-05 2:31 
QuestionCAnimateCtrl (MFC) Pin
Kevin Gutteridge24-Nov-05 2:31
Kevin Gutteridge24-Nov-05 2:31 
AnswerRe: CAnimateCtrl (MFC) Pin
PJ Arends24-Nov-05 10:17
professionalPJ Arends24-Nov-05 10:17 
QuestionAlpha blended tooltips Pin
siphiuel24-Nov-05 2:14
siphiuel24-Nov-05 2:14 
QuestionCustom Shell Dll loaded from USB CDROM not allowing to stop the device from Tray Pin
Rajagovarthanan24-Nov-05 2:02
Rajagovarthanan24-Nov-05 2:02 
Questionhow to develop a chat application using c++ Pin
ieza24-Nov-05 1:46
ieza24-Nov-05 1:46 
QuestionHow can I add Text to an bmp file? Pin
ItziarH24-Nov-05 1:25
ItziarH24-Nov-05 1:25 
AnswerRe: How can I add Text to an bmp file? Pin
Jagadeesh VN24-Nov-05 1:29
Jagadeesh VN24-Nov-05 1:29 
GeneralRe: How can I add Text to an bmp file? Pin
ItziarH24-Nov-05 1:49
ItziarH24-Nov-05 1:49 
GeneralRe: How can I add Text to an bmp file? Pin
Jagadeesh VN24-Nov-05 1:53
Jagadeesh VN24-Nov-05 1:53 
GeneralRe: How can I add Text to an bmp file? Pin
ItziarH29-Nov-05 3:16
ItziarH29-Nov-05 3:16 
QuestionCheck existing folder Pin
Cedric Moonen24-Nov-05 1:22
Cedric Moonen24-Nov-05 1:22 
AnswerRe: Check existing folder Pin
kakan24-Nov-05 1:24
professionalkakan24-Nov-05 1:24 
GeneralRe: Check existing folder Pin
Cedric Moonen24-Nov-05 1:42
Cedric Moonen24-Nov-05 1:42 
AnswerRe: Check existing folder Pin
Jagadeesh VN24-Nov-05 1:26
Jagadeesh VN24-Nov-05 1:26 
AnswerRe: Check existing folder Pin
Cool Ju24-Nov-05 18:27
Cool Ju24-Nov-05 18:27 
AnswerRe: Check existing folder Pin
Blake Miller28-Nov-05 8:30
Blake Miller28-Nov-05 8:30 
QuestionFile Copy Problem!!! Pin
Jagadeesh VN24-Nov-05 1:15
Jagadeesh VN24-Nov-05 1:15 
Hi,

I am creating a shell namespace extension to show FTP files. I implemented cut / copy and paste using CFSTR_FILECONTENTS and CFSTR_FILEDESCRIPTOR. I implemented IDataObject and IStream for this. After copying, when I choose to paste the files, I am getting all the files, But the problem is that, the directory structure is not retained.

If I am copying a folder say "Test", which contains 2 files
1. a.txt
2. b.txt

When I choose paste, I am getting 2 files ( a.txt and b.txt ) and a folder ( Test ) in the same place. In fact it should have been folder "Test" and the two files inside "Test". But that is not happening.

I believe I am missing something here...

Could somebody please help me in resolving this.

Thanks and Kind Regards
Jugs

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
QuestionHow can I set properties of ActiveX control Pin
zwsonic24-Nov-05 0:20
zwsonic24-Nov-05 0:20 

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.