Click here to Skip to main content
15,900,724 members

Comments by Member 10474623 (Top 3 by date)

Member 10474623 7-Feb-14 4:03am View    
Hello sir,

Thanks for your guidance.But i think you can't get my requirement. i want to minimize the first page and open the second page without pressing the tab of the second page.means it should open the second page while minimizing the first page.
Member 10474623 30-Jan-14 0:09am View    
Thank a lot...

Can you please let me know how to take array of strings so that i take array of m_lstDemo.GetItemtext(i,j). how to pass the array and how to retrieve it.
Member 10474623 28-Jan-14 23:54pm View    
Thanks...

But my problem is that "When i save the object,i have to send each item to the class that is derived from the CObject. but i don't want to send each item but i want to send the object at a time. "

for Ex...
i have created a class CSave from CObject. and i have one list control object m_lstDemo.
now when we want to serialize we have to do like this

CSave *itm=new CSave(m_lstDemo.GetItemText(0,0),m_lstDemo.GetItemText(0,1),m_lstDemo.GetItemText(0,2));
CSave *itm1 = new CSave(&m_lstDemo);

but i want to save m_latDemo object at a time because i have so many data to save. so this is not possible.

so, please let me know how to do this ?