Hi All,

I need to write some Composite control in my ATL project.

My question is how i control the GUI ?

What I mean is - in MFC i define some control variable that i can control the GUI control in easy why - can i do it also in Composite control ?

Until now i use "ListView_SetColumn" or those command to change/add/find something in my list Control - but this way is not the simple way - does there is some simple way to use the control ?

I also could not do casting from the control the list view type.

Thanks for any help.