Hello

I had send previous posts related to bits or parts of my project. Well adding one more bit/ query to get solution from you experts..

My application is SDI - Multiview application

On UI there are three views seperated by Splitter windows in three rows.

1.0 View is my Class view
2.0 CListView
3.0 CEditview

My problem is

1.0 To get the TEXT entered in CEditView i.e. thirdview at bottom in my window ,, after user press OK and then make the content of CEditView as blank/clear.

2.0 Can i restrict no. of lines of text to be entered in ceditview to be "1"

3.0 Once user enters text in Ceditview and press Enter, the same text has to be appended to my Clistview

4.0 And in addition to step 3.0 I must be able to notify my main view i.e. View no. 1 that some command has been entered. So that my main view (no. 1) can be updated.

How to do this??

Sandeep Arya