Re: Multiline Cedit not Multilining
From: Robin (sanchrp_at_auburn.edu)
Date: 05/08/04
- Next message: Michael Hoffmann: "Re: Scrollbars in Listview always visile"
- Previous message: David Lowndes: "Re: Multiline Cedit not Multilining"
- In reply to: David Lowndes: "Re: Multiline Cedit not Multilining"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 8 May 2004 16:29:12 +0200
"David Lowndes" <davidl@example.invalid> wrote in message
news:nmnp90prfobgp4ra55vo1akjd4hi4mumfg@4ax.com...
> >Ok ctrl-enter works... and spy++ does say it has styles ES_MULTILINE and
> >ES_WANTENTER, so how do I get a new line with SetWindowText?
>
> "\r\n" (in that order) should work. Got an code example that doesn't
> work?
>
> Dave
> --
> MVP VC++ FAQ: http://www.mvps.org/vcfaq
In fact you just gave me the answer, its always the little things that mess
you up... I had '\r\n' not "\r\n", dont know why that didn't trigger an
error... but oh well
Thanks,
Robin
- Next message: Michael Hoffmann: "Re: Scrollbars in Listview always visile"
- Previous message: David Lowndes: "Re: Multiline Cedit not Multilining"
- In reply to: David Lowndes: "Re: Multiline Cedit not Multilining"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|