Click here to Skip to main content
16,011,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Auto Complete function in the editor Pin
Space Ace11-Aug-02 12:42
Space Ace11-Aug-02 12:42 
QuestionCD track length? Pin
Rickard Andersson2011-Aug-02 10:03
Rickard Andersson2011-Aug-02 10:03 
AnswerRe: CD track length? Pin
Rene De La Garza20-Aug-02 7:47
Rene De La Garza20-Aug-02 7:47 
GeneralStream Question - simple I think Pin
nss11-Aug-02 9:11
nss11-Aug-02 9:11 
GeneralOLE Clipboard :: Win32 API vs. MFC Pin
valikac11-Aug-02 8:49
valikac11-Aug-02 8:49 
GeneralRe: OLE Clipboard :: Win32 API vs. MFC Pin
Paul M Watt11-Aug-02 9:22
mentorPaul M Watt11-Aug-02 9:22 
GeneralRe: OLE Clipboard :: Win32 API vs. MFC Pin
valikac11-Aug-02 9:26
valikac11-Aug-02 9:26 
GeneralRe: OLE Clipboard :: Win32 API vs. MFC Pin
valikac11-Aug-02 14:02
valikac11-Aug-02 14:02 
Okay. I tested an OLE Clipboard implementation with some lines of text. Everything works good, except for that fact that the data buffer ingored all newlines. For example, let this copy the following data, which I first save in a string object, to the OLE Clipboard.

-----
Test
1
2
3
Testing Completed
-----

This is what I would see when I paste to Notepad.

-----
Test[]1[]2[]3[]Testing Completed
-----

I am using the OLE Clipboard strictly for text. I would like to know is it possible to copy data to the clipboard so Windows would recognize all new lines?

Thanks,
Kuphryn
Generalflash movies... Pin
l a u r e n11-Aug-02 6:17
l a u r e n11-Aug-02 6:17 
GeneralRe: flash movies... Pin
Shog911-Aug-02 6:32
sitebuilderShog911-Aug-02 6:32 
GeneralRe: flash movies... Pin
Todd Smith11-Aug-02 11:44
Todd Smith11-Aug-02 11:44 
GeneralRe: flash movies... Pin
pépé12-Aug-02 22:02
pépé12-Aug-02 22:02 
GeneralFreeing GDI Resources Pin
Stew11-Aug-02 5:47
Stew11-Aug-02 5:47 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 6:22
professionalChris Losinger11-Aug-02 6:22 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 14:32
Stew11-Aug-02 14:32 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 14:33
professionalChris Losinger11-Aug-02 14:33 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 14:42
Stew11-Aug-02 14:42 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 14:44
professionalChris Losinger11-Aug-02 14:44 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 14:53
Stew11-Aug-02 14:53 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 14:58
professionalChris Losinger11-Aug-02 14:58 
GeneralRe: Freeing GDI Resources Pin
Stew11-Aug-02 15:17
Stew11-Aug-02 15:17 
GeneralRe: Freeing GDI Resources Pin
Chris Losinger11-Aug-02 16:32
professionalChris Losinger11-Aug-02 16:32 
GeneralRe: Freeing GDI Resources Pin
Mustafa29-Jun-03 18:11
Mustafa29-Jun-03 18:11 
GeneralRe: Freeing GDI Resources Pin
cmk29-Jun-03 18:17
cmk29-Jun-03 18:17 
GeneralInternetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windo Pin
smallcoder11-Aug-02 4:36
smallcoder11-Aug-02 4:36 

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.