Win32 |
Author |
Message |
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Jan 12, 2007 7:01 pm Post subject: Rich Edit |
|
|
Murray Sargent: Some RichEdit History
"RichEdit 1.0 was created by the Microsoft Exchange group, notably by
David Fulmer with help by Anthony Francisco and others. In addition to
being used by Exchange's mail program, RichEdit 1.0 was wrapped in MFC
to produce WordPad as an example of how MFC could be used for text
processing. This was shipped with Windows 95 as mentioned in the previous
post." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
|
Back to top |
|
|
Ike Kapetan
Joined: 17 Jun 2006 Posts: 3136 Location: Europe
|
Posted: Sun May 18, 2008 12:30 am Post subject: |
|
|
cboard - (Multiline) Edit Control Limit
"Essentially, you're just using an edit control to "view" one page of an
extremely large document at a time." |
|
Back to top |
|
|
delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Aug 21, 2009 11:54 pm Post subject: |
|
|
RC - The format rectangle is recalculated whenever the window re-
sizes, and that's a good thing
"You create a multi-line edit control. Like many programs, you might create
it at a temporary size while you try to figure out what its real size should be.
You might even resize the control dynamically as the container is resized.
What you definitely don't want is the format rectangle of the edit control to
be locked to the size the window was originally created at." |
|
Back to top |
|
|
|