1. FW: Win32libEx -- Richedit, common controls and MDI
I wrote:
>I've been trying to wrap other common controls (month calendar and rebar),
but am having problems >in creating them. CreateWindowEx won't create them
properly. I've checked my version of the dll, >and it seems to be fine, and
I should be using the proper flags in InitCommonControls, but I can't >get
the darn things to show up! Does anyone have any ideas?
>I've looked at MSDN to see if there are some special things you need to do,
but can't find >anything that should have such an effect. I don't know if
anyone's worked with any of these, but >if anyone has any ideas, I'd really
appreciate it!
And of course, this was all that was needed to figure out the problem.
Turns out I had the INITCOMMONCONTROLSEX structure declared wrong (DWORD s/b
Long, not Word--how many times will I do this?!?). Now I should be able to
get the other common controls (month calendar, rebar, updown) wrapped...
Matt Lewis