I have an application which represents the filesystem of a device connected via a serial link. I do navigate the device's filesystem and copy files to/from using drag/drop or clipboard. Here comes the problem. I implemented Drag/Drop and Clipboard using CF_FILEDESCRIPTOR and CF_FILECONTENTS with IStream. But i donno how to copy the nested folders from the application to the Windows Explorer. Should i enumerate the contents of folder and all itz subfolders? It can be timeconsuming over the serial link. :(( Somewhere i read that 'IStorage' can be used for the purpose. But how ? :( No information or examples regarding "how to implement IStorage" is available. Can anybody help me to solve out this, pleeeeeeeease? regards Nathan. R
Nathan_RR
Posts
-
IStorage, IStream and folder copying to Clipboard -
IStorage, IStream and folder copying to ClipboardI have an application which represents the filesystem of a device connected via a serial link. I do navigate the device's filesystem and copy files to/from using drag/drop or clipboard. Here comes the problem. I implemented Drag/Drop and Clipboard using CF_FILEDESCRIPTOR and CF_FILECONTENTS with IStream. But i donno how to copy the nested folders from the application to the Windows Explorer. Should i enumerate the contents of folder and all itz subfolders? It can be timeconsuming over the serial link. :(( Somewhere i read that 'IStorage' can be used for the purpose. But how ? :( No information or examples regarding "how to implement IStorage" is not available. Can anybody help me to solve out this, pleeeeeeeease?
-
"szAutoDialFunc" in RASENTRY supported in PPC???Pocket PC / Pocket PC 2002 supports "szAutoDialFunc" and "szAutoDialDll" with RASENTRY? Anybody can help me???:((:(( regards Nathan
-
NAPQMost probly tht msg is from the GAME itself..!! All in the GAME :-D
-
How to make transparent Text-Labels in CDialog ?if you dont like using 'stock objects', try using this :-D It should work LOGBRUSH lb; lb.lbStyle = BS_HOLLOW; CreateBrushIndirect(&lb);