Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Video Player? [modified] Pin
Rajkumar R21-Jun-07 23:29
Rajkumar R21-Jun-07 23:29 
AnswerRe: Video Player? Pin
Hamid_RT22-Jun-07 2:16
Hamid_RT22-Jun-07 2:16 
QuestionUninstall menu for application by Windows Installer Pin
rp_suman21-Jun-07 22:17
rp_suman21-Jun-07 22:17 
AnswerRe: Uninstall menu for application by Windows Installer Pin
kvrnkiran22-Jun-07 0:27
kvrnkiran22-Jun-07 0:27 
QuestionInsert text to opened word-document Pin
baerten21-Jun-07 21:26
baerten21-Jun-07 21:26 
AnswerRe: Insert text to opened word-document Pin
Matthew Faithfull21-Jun-07 21:37
Matthew Faithfull21-Jun-07 21:37 
GeneralRe: Insert text to opened word-document Pin
baerten21-Jun-07 21:46
baerten21-Jun-07 21:46 
GeneralRe: Insert text to opened word-document Pin
Matthew Faithfull21-Jun-07 22:04
Matthew Faithfull21-Jun-07 22:04 
Not quite I think. It's more like :-

At the start of drag and drop create the text into a Word-Format and optionally a generic format.

Link both texts to the clipboard as alternative formats for a dynamic item

Perform an automatic Paste into the Word-Document which will grab the Word-Format text from the clipboard by default

If it's not Word it'll grab the generic text 'cause it can't handle the Word-Format text but only if you supply it in a generic format, otherwise it will see no content, paste will be disabled. Smile | :)
That way you don't have to identify the target app at all which is a kind of iffy thing to do.

It does sound quite ambitious for an MFC beginner. It freaked me out the first time I debugged some Clipboard code and of course with the Clipboard locked Cut/Copy and Paste stops working in the DebuggerOMG | :OMG: Made me realize how much I use it.




Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: Insert text to opened word-document Pin
baerten21-Jun-07 22:10
baerten21-Jun-07 22:10 
GeneralRe: Insert text to opened word-document Pin
Matthew Faithfull21-Jun-07 22:28
Matthew Faithfull21-Jun-07 22:28 
JokeRe: Insert text to opened word-document Pin
baerten21-Jun-07 22:49
baerten21-Jun-07 22:49 
QuestionUSB Removable Drive Detection in Win CE 5.0 Pin
cyberanee21-Jun-07 21:06
cyberanee21-Jun-07 21:06 
AnswerRe: USB Removable Drive Detection in Win CE 5.0 Pin
Matthew Faithfull21-Jun-07 21:29
Matthew Faithfull21-Jun-07 21:29 
QuestionRe: USB Removable Drive Detection in Win CE 5.0 Pin
cyberanee27-Jun-07 2:28
cyberanee27-Jun-07 2:28 
AnswerRe: USB Removable Drive Detection in Win CE 5.0 Pin
Matthew Faithfull28-Jun-07 7:29
Matthew Faithfull28-Jun-07 7:29 
Question16-bit Windows program and 32-bit DLLs Pin
Krishnatv21-Jun-07 20:48
Krishnatv21-Jun-07 20:48 
QuestionRe: 16-bit Windows program and 32-bit DLLs Pin
David Crow22-Jun-07 2:43
David Crow22-Jun-07 2:43 
AnswerRe: 16-bit Windows program and 32-bit DLLs Pin
Mark Salsbery22-Jun-07 6:16
Mark Salsbery22-Jun-07 6:16 
AnswerRe: 16-bit Windows program and 32-bit DLLs Pin
Mark Salsbery22-Jun-07 6:21
Mark Salsbery22-Jun-07 6:21 
QuestionCList new and delete Pin
devvvy21-Jun-07 20:34
devvvy21-Jun-07 20:34 
AnswerRe: CList new and delete Pin
Cedric Moonen21-Jun-07 20:48
Cedric Moonen21-Jun-07 20:48 
GeneralRe: CList new and delete Pin
devvvy21-Jun-07 21:07
devvvy21-Jun-07 21:07 
GeneralRe: CList new and delete Pin
Cedric Moonen21-Jun-07 21:20
Cedric Moonen21-Jun-07 21:20 
QuestionDisplaying text on a Dialog Pin
Suneet.0321-Jun-07 19:50
Suneet.0321-Jun-07 19:50 
AnswerRe: Displaying text on a Dialog Pin
Hamid_RT21-Jun-07 20:25
Hamid_RT21-Jun-07 20:25 

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.