RichEdit control in dialog boxes
-
When I tried placing a RichEdit control in a dialog box, the dialog box would not show when its DoModal function was called. When I removed the RichEdit control, the dialog box showed fine. What is really odd is the fact that in another project I had a RichEdit control on a property page, and there the dialog box, RichEdit control and all, displayed normally. Has anyone else had this happen to them? Is there a way to get a popup dialog box with a RichEdit control to display? "What would this country be without this great land of our?" -Ronald Reagan
-
When I tried placing a RichEdit control in a dialog box, the dialog box would not show when its DoModal function was called. When I removed the RichEdit control, the dialog box showed fine. What is really odd is the fact that in another project I had a RichEdit control on a property page, and there the dialog box, RichEdit control and all, displayed normally. Has anyone else had this happen to them? Is there a way to get a popup dialog box with a RichEdit control to display? "What would this country be without this great land of our?" -Ronald Reagan
Yu have the AfxInitRichEdit( ); in your CWinApp::initinstance()???? Cheers!!! :-D Carlos Antollini.
-
When I tried placing a RichEdit control in a dialog box, the dialog box would not show when its DoModal function was called. When I removed the RichEdit control, the dialog box showed fine. What is really odd is the fact that in another project I had a RichEdit control on a property page, and there the dialog box, RichEdit control and all, displayed normally. Has anyone else had this happen to them? Is there a way to get a popup dialog box with a RichEdit control to display? "What would this country be without this great land of our?" -Ronald Reagan
did you call AfxInitRichEdit();? ------------------------------ Smaller Animals Software, Inc. http://www.smalleranimals.com
-
Yu have the AfxInitRichEdit( ); in your CWinApp::initinstance()???? Cheers!!! :-D Carlos Antollini.
Didn't do that. Will put that in. Thanks. "What would this country be without this great land of our?" -Ronald Reagan