hi all
i'am puzzled.
i use the vlc activex in my program.it's a MDI program.the vlc parent window is a formview,and i add the view into the MDI. i create for objects of the formview,so ,there are 4 vlc to display.
if i make the MDI maxsize or minisize one of the vlc activex will not display well.
if some other window cover the MDI,one of the vlc activex will not display well either.
if i do not make the MDI maxsize or minisize,and do not cover the MDI,the four vlc activex display well.
in the formview Onpaint function,i add m_vlc.RedrawWindow(NULL,NULL,RDW_INVALIDATE|RDW_ERASE|RDW_ERASENOW|RDW_UPDATENOW|RDW_ALLCHILDREN);
i dont know that the function work well or not.
How can i make the four vlc activex display well,if i cover the MDI or make it maxsize and minisize.
hope my poor English will not puzzled you.
thank you very much.