Link to home
Start Free TrialLog in
Avatar of sram
sram

asked on

Copy and Paste in MFC

I used the clipboard assistant in the projects/contols menu. This generated some code using the open
    clipboard(),Setclipboard() etc functions. I need to copy the entire client space which happens to be
    graph into clipboard. This copies the stuff onto the clipboard but I am not able to paste it elsewhere like
    windows paint or elsewhere. Actually I am not able to access the clipboard data so I am not sure if this
    even copies it to the clipboard. What do I do???
Avatar of bfwizard
bfwizard

what kind of data is your graph....is it a bit map or just data in the document?
Avatar of sram

ASKER

It is data coming from a data aquisition board which is plotted on the client space using OnDraw(), by updating the client space using the OnTimer() function.
Avatar of sram

ASKER

It is data coming from a data aquisition board which is plotted on the client space using OnDraw(), by updating the client space using the OnTimer() function.
ASKER CERTIFIED SOLUTION
Avatar of bfwizard
bfwizard

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial