CView derived from CListview
HI,
I want to create a list of images(of some default path) as a thumbnail in view window in my MDI application does anyone knows few samples kindly let me know..
[171 byte] By [
resumurof] at [2007-11-20 11:43:54]

# 2 Re: CView derived from CListview
HI henky@nok.co.id,
Thanks for the link provided ,
Anyone give me suggestion for this ..
I have a function in mainframe class which is menu trigerred ..i want this to automatically trigerred when my mdi application pops up,is their any way to do this....
# 3 Re: CView derived from CListview
It depends on what your function does. Usually we can override OnCreate() to do some initialization such creating toolbar, status bar, etc. and may be you
can call your function from here.
# 4 Re: CView derived from CListview
I want to trigger this function only after the application is displayed is their any api available or can anyone give me a alternative idea for executing this function automatically once the application is visible on the screen