Click here to Skip to main content
15,901,205 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralFrom VARIANT to COleSafeArray, Pls Help! Pin
4-Sep-01 2:23
suss4-Sep-01 2:23 
GeneralRe: From VARIANT to COleSafeArray, Pls Help! Pin
Carlos Antollini4-Sep-01 3:03
Carlos Antollini4-Sep-01 3:03 
GeneralRe: From VARIANT to COleSafeArray, Pls Help! Pin
4-Sep-01 17:31
suss4-Sep-01 17:31 
GeneralRe: From VARIANT to COleSafeArray, Pls Help! Pin
4-Sep-01 17:36
suss4-Sep-01 17:36 
GeneralHelp with CEdit please !!!! Pin
4-Sep-01 1:13
suss4-Sep-01 1:13 
GeneralRe: Help with CEdit please !!!! Pin
Tomasz Sowinski4-Sep-01 1:24
Tomasz Sowinski4-Sep-01 1:24 
GeneralRe: Help with CEdit please !!!! Pin
4-Sep-01 1:26
suss4-Sep-01 1:26 
GeneralRe: Help with CEdit please !!!! Pin
Parish7-Oct-01 11:10
Parish7-Oct-01 11:10 
> CString myString;
> myString = "some string \n more";

CEdit controls require CR-LF for newlines. Change your string to:

CString myString;
myString = "some string \r\n more";

and it will work.

HTH

Parish



while (!asleep)
code();
GeneralOwner Drawn Buttons Pin
Derek Lakin4-Sep-01 0:31
Derek Lakin4-Sep-01 0:31 
GeneralRe: Owner Drawn Buttons Pin
Christian Graus4-Sep-01 0:36
protectorChristian Graus4-Sep-01 0:36 
GeneralRe: Owner Drawn Buttons Pin
George4-Sep-01 0:50
George4-Sep-01 0:50 
GeneralRe: Owner Drawn Buttons Pin
Christian Graus4-Sep-01 1:11
protectorChristian Graus4-Sep-01 1:11 
GeneralRe: Owner Drawn Buttons Pin
Derek Lakin4-Sep-01 2:38
Derek Lakin4-Sep-01 2:38 
GeneralInsert MSChart controle in VC++ activex project Pin
3-Sep-01 23:09
suss3-Sep-01 23:09 
QuestionHow do i get the HWND for PostMessage Pin
Yves3-Sep-01 22:48
Yves3-Sep-01 22:48 
AnswerRe: How do i get the HWND for PostMessage Pin
Steen Krogsgaard4-Sep-01 1:31
Steen Krogsgaard4-Sep-01 1:31 
GeneralRe: How do i get the HWND for PostMessage Pin
Steen Krogsgaard4-Sep-01 2:03
Steen Krogsgaard4-Sep-01 2:03 
QuestionHow do I disable system menu buttons Pin
3-Sep-01 21:40
suss3-Sep-01 21:40 
AnswerRe: How do I disable system menu buttons Pin
JerzyPeter4-Sep-01 3:13
JerzyPeter4-Sep-01 3:13 
GeneralRe: How do I disable system menu buttons Pin
4-Sep-01 11:19
suss4-Sep-01 11:19 
GeneralRe: How do I disable system menu buttons Pin
The_Server4-Sep-01 13:18
The_Server4-Sep-01 13:18 
GeneralRe: How do I disable system menu buttons Pin
4-Sep-01 17:52
suss4-Sep-01 17:52 
GeneralRe: How do I disable system menu buttons Pin
Tim Deveaux5-Sep-01 7:29
Tim Deveaux5-Sep-01 7:29 
QuestionTrackPopupMenu - What am I doing wrong? Pin
James Bird3-Sep-01 21:31
James Bird3-Sep-01 21:31 
AnswerRe: TrackPopupMenu - What am I doing wrong? Pin
3-Sep-01 22:45
suss3-Sep-01 22:45 

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.