Click here to Skip to main content
15,925,225 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Generate Reports Using Crystal Reports 7 in VC Pin
Masaaki Onishi12-Oct-01 4:26
Masaaki Onishi12-Oct-01 4:26 
GeneralRe: Generate Reports Using Crystal Reports 7 in VC Pin
Rashid Thadha12-Oct-01 6:53
Rashid Thadha12-Oct-01 6:53 
GeneralFiles and Directories Pin
Michael Martin11-Oct-01 18:31
professionalMichael Martin11-Oct-01 18:31 
GeneralRe: Files and Directories Pin
Bernhard11-Oct-01 19:37
Bernhard11-Oct-01 19:37 
GeneralRe: Files and Directories Pin
Nish Nishant11-Oct-01 21:01
sitebuilderNish Nishant11-Oct-01 21:01 
QuestionHelp Me? Pin
11-Oct-01 17:08
suss11-Oct-01 17:08 
AnswerRe: Help Me? Pin
Dan Madden14-Oct-01 2:29
Dan Madden14-Oct-01 2:29 
QuestionNamespace extension - cut-and-paste feedback from explorer? Pin
reverendshoebox11-Oct-01 15:45
reverendshoebox11-Oct-01 15:45 
I'm working on a namespace extension that represents documents in a repository. It allows the user to copy or cut the documents and paste them to the file system. I'm basically doing the cut/copy by creating an IDataObject instance on the clipboard which returns a reference to the files in CF_HDROP format.

BUT...in the case of a cut and paste, I need to get feedback that the paste was successful so I know whether or not to delete the document object from the repository. I get a "Paste Successful" via IDataObject::SetData(), but if the file already exists where I'm pasting it, I get a "File already exists - overwrite?" dialog box *AFTER* the "Paste Successful" has already been returned!

Is there a way to verify that the paste has actually occured?

Also, is there a way I can add a handler of some sort to the shell that will allow me to paste documents to the file system that are in a custom clipboard format?

Any help would be greatly appreciated.

Thanks,
Tim


Reverend Shoebox
QuestionHow can I extract numbers from string using basic::string? (STL) Pin
Ryan Park11-Oct-01 15:11
Ryan Park11-Oct-01 15:11 
AnswerRe: How can I extract numbers from string using basic::string? (STL) Pin
Chris Losinger11-Oct-01 16:10
professionalChris Losinger11-Oct-01 16:10 
GeneralRe: How can I extract numbers from string using basic::string? (STL) Pin
Rashid Thadha12-Oct-01 6:49
Rashid Thadha12-Oct-01 6:49 
GeneralRe: How can I extract numbers from string using basic::string? (STL) Pin
12-Oct-01 7:44
suss12-Oct-01 7:44 
GeneralRe: How can I extract numbers from string using basic::string? (STL) Pin
Ryan Park12-Oct-01 15:50
Ryan Park12-Oct-01 15:50 
AnswerRe: How can I extract numbers from string using basic::string? (STL) Pin
George Anescu12-Oct-01 11:19
George Anescu12-Oct-01 11:19 
GeneralRe: How can I extract numbers from string using basic::string? (STL) Pin
Ryan Park12-Oct-01 15:48
Ryan Park12-Oct-01 15:48 
GeneralSetLayeredWindowAttributes, no effect... Pin
JHLee11-Oct-01 14:49
JHLee11-Oct-01 14:49 
GeneralRe: SetLayeredWindowAttributes, no effect... Pin
Christian Graus11-Oct-01 17:07
protectorChristian Graus11-Oct-01 17:07 
GeneralRe: SetLayeredWindowAttributes, no effect... Pin
Mukkie14-Oct-01 0:51
Mukkie14-Oct-01 0:51 
GeneralRe: SetLayeredWindowAttributes, no effect... maybe this... Pin
JHLee15-Oct-01 16:07
JHLee15-Oct-01 16:07 
GeneralFunctor help ( STL problem) Pin
Christian Graus11-Oct-01 14:19
protectorChristian Graus11-Oct-01 14:19 
GeneralRe: Functor help ( STL problem) Pin
Christian Graus11-Oct-01 14:28
protectorChristian Graus11-Oct-01 14:28 
General_StreamPtr (ADO object) Pin
Hadi Rezaee11-Oct-01 13:25
Hadi Rezaee11-Oct-01 13:25 
GeneralRe: _StreamPtr (ADO object) Pin
Rashid Thadha12-Oct-01 6:44
Rashid Thadha12-Oct-01 6:44 
GeneralRe: _StreamPtr (ADO object) Pin
Hadi Rezaee13-Oct-01 12:19
Hadi Rezaee13-Oct-01 12:19 
Generalfont compatibility Pin
Vu Nguyen11-Oct-01 13:22
Vu Nguyen11-Oct-01 13:22 

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.