
Using Rich Edit Control or ip address control in a composite control
You need InitCommonControlsEx for IP Address control. For RichEdit, you need to manually call LoadLibrary on Riched32.dll (RichEdit 1.0) or Riched20.dll (RichEdit 2.0 and 3.0)
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat, and wrong." H.L. Mencken
It's not really giving me an error message. I just get an assertion message at line 842 of atlctl.h. Basically saying CreateControlWindow failed.
Kurt
Has it ever occured to you that it may be useful for us to actually see the error message you get? You want your problem solved, don't you?
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat, and wrong." H.L. Mencken
I am trying to use the Rich Edit control in a composite control but I keep receiving an error when I try to run it. I also noticed I get the same problem when using the ip address control. Most other controls seem to work fine. Any help would be great.
Thanks!
Kurt