I have one ListCtrl ( really, class derived from ListCtrl) f.e name it " One".
this One isa copy of other class derived from ListCtrl ( f.e. Two)

One = ( Class _One_Definition *) Two.
just now I have a great problem, how show control One!
it is populated with valid data from Two, I checked it, but i dont know, how make Two visible!

So, I filled ONE without InsertItems, only copy data from ONE

not redrawitems, not redrawwindow nothing does not help..

Please, consult me on this great problem! is any solution?

thanks alot.