Coder's Guild Mailing List

Re: Kernel32.dll page fault.

Posted by Hal Bonnin on 2000-05-28

> WM_NCCREATE message(I think). Here is the
>     case WM_COMMAND:


ok. try to remember that WM_COMMAND will get called before most of the
controls are created. WM_COMMAND needs to check that hwnd, IDE_RED and the
others have been created before trying to use them.