Link to home
Start Free TrialLog in
Avatar of flexsuite
flexsuite

asked on

devide a window into 3 sperate areas

i am trying to create an edit window which has three areas. the left colum shows the index of data and it is not editable. the middle part shows the binary data and it is editable. the right column shows the meaning of the data and it is not editable. they shall be aligned and the middle and right parts shall be linked(once the data is changed, the information shown on the right column changes correspondingly). this idea is very similar to the interface provided by visual studio when you open a data file in binary mode and looks like the display of DEBUG program running under dos.
unfortunately, i dont know how to implemente it. could any of you experts give me some idea(sample program is much better :-))? thank you very much in advance!
Avatar of Andy_Keys
Andy_Keys

Look at the ViewEX example.  This has three panes that update when the data is changed, and should give you some ideas.  ie a document with several views.
You can create three windows and place them on the view.
it is much easier to handle what you want with three different windows than split one window into three different areas
I would get a copy of the book Inside Visual C++ by David Kruglinski. It has a sample that is very similar to what you need.
ASKER CERTIFIED SOLUTION
Avatar of shaig
shaig
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial