Click here to Skip to main content
15,892,643 members

Comments by sandeepnayathil (Top 13 by date)

sandeepnayathil 23-May-13 5:34am View    
Ok, then how it is done in some online editors which provide options for selecting different fonts. Please ignore if it is foolishness
sandeepnayathil 8-Jul-11 1:15am View    
Please help me
sandeepnayathil 7-Jul-11 14:08pm View    
I have menu buttons and on clicking each menu button i need to have some controls on right side of formview.So whether i need to create controls dynamically or create on formview and make them visible according to the menu button click?
Is there any other solution?
sandeepnayathil 10-May-11 6:37am View    
what is items in
"const cArrItems& items(doc->GetArray());"
sandeepnayathil 10-May-11 4:55am View    
typedef CTypedPtrArray<cobarray,coverlayitems*> cArrItems;
cArrItems myArray;
public:
const cArrItems& GetArray() const { return myArray; }


usage:

CFrameWnd* pFrame = (CFrameWnd*)AfxGetMainWnd();
CImage_ExplorerDoc* doc = (CImage_ExplorerDoc*)pFrame->GetActiveDocument();
CTypedPtrArray <cobarray,coverlayitems*> myArray = doc->GetArray();