hi!
i tried to place a Ritch Edit control on a dialog window and run the app (win32, VC++6). But the dialog window isn't displayed. When i delete the Ritch Edit, it dispays allwrigth. why is that please?
thx.
This is a discussion on Ritch Edit problem within the Windows Programming forums, part of the Platform Specific Boards category; hi! i tried to place a Ritch Edit control on a dialog window and run the app (win32, VC++6). But ...
hi!
i tried to place a Ritch Edit control on a dialog window and run the app (win32, VC++6). But the dialog window isn't displayed. When i delete the Ritch Edit, it dispays allwrigth. why is that please?
thx.
Some useless programs i've wrote : slprogrammersheaven
My amature IT Blog: http://everything-geeky.blogspot.com/
My Flash games: http://flashweed.blogspot.com/
(and, sorry for my amature english in the posts)
Did you call InitCommonControls()?
i just did so and linked the comctl32 lib. but no change. the program runs allright, but the dialog is not displayed either on XP or 98![]()
Some useless programs i've wrote : slprogrammersheaven
My amature IT Blog: http://everything-geeky.blogspot.com/
My Flash games: http://flashweed.blogspot.com/
(and, sorry for my amature english in the posts)
You cannot create a dialog in Visual C++ if the dialog template has a Rich Edit control
You need to call LoadLibrary to load the rich-edit DLL: LoadLibrary(TEXT("Riched20.dll"));