Re: How to add buttons to CListCtrl on top of header?
Adding a view inside another view would surely be harder than almost any
other solution.
It sounds like you have a CListView class already implemented that you are
trying to use. My guess is that you will need to modify that code if it
doesn't work and appear the way you need it to.
--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com
"srikadi" <srikadi@gmail.com> wrote in message
news:717411cf-bae2-4c15-8ae1-d26551135774@40g2000prx.googlegroups.com...
On Oct 29, 9:48 am, "Tom Serface" <tom.nos...@camaswood.com> wrote:
I would do it by putting the list control in a dialog and just putting
other
buttons on top of it. You could also put one in a CFormView if you want it
in a view. Then you can put other controls anywhere you want.
Tom
"srikadi" <srik...@gmail.com> wrote in message
news:4b16bc81-3d29-4824-9239-7019b026bbdf@b38g2000prf.googlegroups.com...
Hi,
How to add buttons to CListCtrl on top of header.- Hide quoted text -
- Show quoted text -
Hi,
thanx for reply..already i have tried with CFormView,when i added
CListview to it,the list is adding to the database..but not showing to
the user.Is it possible to add one view inside other view?.