Click here to Skip to main content
15,891,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIn MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
Larry Mills Sr14-Dec-09 16:16
Larry Mills Sr14-Dec-09 16:16 
AnswerRe: In MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
loyal ginger14-Dec-09 17:58
loyal ginger14-Dec-09 17:58 
GeneralRe: In MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
KarstenK14-Dec-09 23:12
mveKarstenK14-Dec-09 23:12 
GeneralRe: In MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
Larry Mills Sr15-Dec-09 14:28
Larry Mills Sr15-Dec-09 14:28 
AnswerRe: In MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
David Crow15-Dec-09 3:04
David Crow15-Dec-09 3:04 
GeneralRe: In MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
Larry Mills Sr15-Dec-09 14:27
Larry Mills Sr15-Dec-09 14:27 
GeneralRe: In MFC using a MS Access Database will NOT allow more Tahn 255 Chars even with setting RFX_Text to 1024 length Pin
David Crow16-Dec-09 3:40
David Crow16-Dec-09 3:40 
QuestionCopying files from an archive Pin
Code-o-mat14-Dec-09 12:02
Code-o-mat14-Dec-09 12:02 
Hello folks!

A theoretical question in 2 parts:
1. is it possible to copy files to which i have only an ID list (so no "text representation" of the path like "c:\folder\file" and i can't get one either)? I mean something like SHFileOperation[^] but with IDL's, not paths.
2. If it is possible, would this work on files inside an archive. I mean, -let's say- i have the ID list to a file that is compressed inside a ZIP archive (you can get this by asking for an enumerator from the shell interface object that represents the ZIP archive and then enumerating the files, however, trying to convert this ID list into a path seems to fail). Could i copy this file using the method mentioned in question 1 to some other location and "trust" the shell to perform the required uncompression and such "invisibly"?

Or a different aproach: is it possible to get a valid path to a file compressed into an archive that the shell can process, i mean something like "c:\folder\compressed_archive.zip\file_inside_archive.ext"? As i said in part 2, one seems to be able to get the ID list to "file_inside_archive.ext", but SHGetPathFromIDList[^] won't take it.

Thanks in advance for any suggestions or ideas.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Sometimes you just have to hate coding to do it well. <

QuestionRe: Copying files from an archive Pin
David Crow15-Dec-09 3:10
David Crow15-Dec-09 3:10 
AnswerRe: Copying files from an archive Pin
Code-o-mat15-Dec-09 3:20
Code-o-mat15-Dec-09 3:20 
GeneralA solution Pin
Code-o-mat15-Dec-09 10:55
Code-o-mat15-Dec-09 10:55 
Questionproblem with using MUTEX events Pin
Alan Kurlansky14-Dec-09 10:43
Alan Kurlansky14-Dec-09 10:43 
AnswerRe: problem with using MUTEX events Pin
Migounette14-Dec-09 11:53
Migounette14-Dec-09 11:53 
GeneralRe: problem with using MUTEX events Pin
Alan Kurlansky15-Dec-09 3:09
Alan Kurlansky15-Dec-09 3:09 
GeneralRe: problem with using MUTEX events Pin
Alan Kurlansky15-Dec-09 3:23
Alan Kurlansky15-Dec-09 3:23 
GeneralRe: problem with using MUTEX events Pin
Alan Kurlansky15-Dec-09 3:55
Alan Kurlansky15-Dec-09 3:55 
QuestionPlaying an AVI video from memory Pin
zzelephant14-Dec-09 10:10
zzelephant14-Dec-09 10:10 
Generalhi Pin
akhtar nasary14-Dec-09 8:45
akhtar nasary14-Dec-09 8:45 
GeneralRe: hi Pin
loyal ginger14-Dec-09 9:05
loyal ginger14-Dec-09 9:05 
QuestionRe: hi Pin
CPallini14-Dec-09 10:14
mveCPallini14-Dec-09 10:14 
QuestionSplit images into several regions. Pin
franckesh14-Dec-09 5:06
franckesh14-Dec-09 5:06 
AnswerRe: Split images into several regions. Pin
Tim Craig14-Dec-09 14:23
Tim Craig14-Dec-09 14:23 
QuestionHow to control LEDs using Parallel Port and Turbo C? Pin
--xtiAN_002--14-Dec-09 3:53
--xtiAN_002--14-Dec-09 3:53 
AnswerRe: How to control LEDs using Parallel Port and Turbo C? Pin
transoft14-Dec-09 4:35
transoft14-Dec-09 4:35 
QuestionRect Pin
kumar sanghvi14-Dec-09 2:29
kumar sanghvi14-Dec-09 2:29 

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.