Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all members,

I have a problem about a handle in MFC 2010
C++
My project use a function as follow : 
virtual BOOL LoadState(
   LPCTSTR lpszSectionName = NULL,
   CFrameImpl* pFrameImpl = NULL 
);

If i dont use this funciton so My Project will be error.

Because my project use this function so My program dont set load state and save state for toolbar.

Detail :
when I move a toolbar then i start up program again . that toolbar come back old position again.

I have searched many website on Internet but i did not find a guidle Which can help for me.

Can members of code project help for me.

Thanks you very much.
Posted
Updated 12-Oct-12 6:19am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900