I'm trying to put strings in a richedit box I made with the Microsoft's Active X control in MFC, but it just won't work. Hope somebody can help me. Thx. Lio.
lio
Posts
-
MFC Active X -
large text files in rich edit controlsHi, I'm trying to put large text files in rich edit controls but a rich edit only accepts 4K standard. Somebody able to help me? Thanks.
-
Application Exit functionTry to put this code in OnAppExit of your CMainFrame class if (AfxMessageBox("Do you really want to exit?",MB_YESNO) == IDYES) { CMainFrame::OnClose(); } Lio.
-
MFC, Rich Edit HELP !!!OK, I've had a better look at it now. I still have one question: how do I declare m_readText? Thanks in advance. Lio.
-
MFC, Rich Edit HELP !!!Cannot open include file... Microsoft's products are perfect as always. What should I do? Lio.
-
MFC, Rich Edit HELP !!!Please help me, I've been trying to solve this problem for more than a week now: I have to open a textfile with a common dialog box, put this file in a buffer, then I have to show this text in a richeditcontrol by calling the buffer. Oh, yeah: these text files are at least 1MEG big and I'm just getting started with MFC, glups ! Thanks if you can help me...