how i can make an edit control that displays the data from bottom to top ? ... like in mIRC when you open a query to someone.
Its seems cool :cool: :confused:
thx in advance
Its seems cool :cool: :confused:
thx in advance
your version might be difficult. but try switching the bottom to the top (and inverted), having an editcontrol and a list box (or another editcontrol):
it looks good too
+-- ----------------+
| enter text |
+------------------+
| line3 |
| line2 |
| line1 |
| |
+------------------+
it looks good too
hunter,
Just append each line to the bottom of the rich edit control. Its done with the selection messages specific to a rich edit control.
Regards,
hutch@movsd.com
Just append each line to the bottom of the rich edit control. Its done with the selection messages specific to a rich edit control.
Regards,
hutch@movsd.com