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

C / C++ / MFC

 
QuestionSlow performance with mixed assembly Pin
uus9924-Nov-05 20:45
uus9924-Nov-05 20:45 
AnswerRe: Slow performance with mixed assembly Pin
Nemanja Trifunovic25-Nov-05 13:43
Nemanja Trifunovic25-Nov-05 13:43 
QuestionFastest thread-safe logging library for C++ Pin
Automation Software Engineer (A.S.E)24-Nov-05 20:11
Automation Software Engineer (A.S.E)24-Nov-05 20:11 
AnswerRe: Fastest thread-safe logging library for C++ Pin
cmk25-Nov-05 3:12
cmk25-Nov-05 3:12 
QuestionRunning Excel from an MFC program Pin
pani6824-Nov-05 19:43
pani6824-Nov-05 19:43 
AnswerRe: Running Excel from an MFC program Pin
S Douglas24-Nov-05 21:36
professionalS Douglas24-Nov-05 21:36 
QuestionCEdit WM_CHAR question Pin
followait24-Nov-05 19:35
followait24-Nov-05 19:35 
AnswerRe: CEdit WM_CHAR question Pin
Rage24-Nov-05 22:18
professionalRage24-Nov-05 22:18 
GeneralRe: CEdit WM_CHAR question Pin
followait24-Nov-05 22:46
followait24-Nov-05 22:46 
AnswerRe: CEdit WM_CHAR question Pin
Marc Soleda25-Nov-05 0:49
Marc Soleda25-Nov-05 0:49 
GeneralRe: CEdit WM_CHAR question Pin
followait25-Nov-05 7:02
followait25-Nov-05 7:02 
GeneralRe: CEdit WM_CHAR question Pin
PJ Arends25-Nov-05 7:36
professionalPJ Arends25-Nov-05 7:36 
GeneralRe: CEdit WM_CHAR question Pin
followait25-Nov-05 20:21
followait25-Nov-05 20:21 
GeneralRe: CEdit WM_CHAR question Pin
PJ Arends26-Nov-05 10:03
professionalPJ Arends26-Nov-05 10:03 
GeneralRe: CEdit WM_CHAR question Pin
followait26-Nov-05 20:29
followait26-Nov-05 20:29 
QuestionRetrieving results of SQL's 'WITH STATS' Pin
NeoHobbit24-Nov-05 19:08
NeoHobbit24-Nov-05 19:08 
QuestionScrollview flickering problem Pin
Variganji24-Nov-05 18:56
Variganji24-Nov-05 18:56 
AnswerRe: Scrollview flickering problem Pin
Blake Miller28-Nov-05 12:44
Blake Miller28-Nov-05 12:44 
Questionmore help fromthe article "Easy to use class for ScreenCapture to printer" by Albert Hermann Pin
a_david12324-Nov-05 18:52
a_david12324-Nov-05 18:52 
QuestionFile Copy Problem Pin
Jagadeesh VN24-Nov-05 18:48
Jagadeesh VN24-Nov-05 18:48 
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."
QuestionInvokin anothr process from my app Pin
whizano24-Nov-05 18:37
whizano24-Nov-05 18:37 
AnswerRe: Invokin anothr process from my app Pin
Cool Ju24-Nov-05 18:44
Cool Ju24-Nov-05 18:44 
AnswerRe: Invokin anothr process from my app Pin
sanket.patel25-Nov-05 22:46
sanket.patel25-Nov-05 22:46 
QuestionHow to get the IShellBrowser interface of a open file dialog (new style)? Pin
ragavan24-Nov-05 17:52
ragavan24-Nov-05 17:52 
QuestionReading a file? Pin
Lord Kixdemp24-Nov-05 14:19
Lord Kixdemp24-Nov-05 14:19 

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.