Coder's Guild Mailing List

Re: Kernel32.dll page fault.

Posted by Hal Bonnin on 2000-05-28

yes. you are accessing the EN_UPDATE when the control is created. since not
all the controls are created when you do this,(only the first and it might
be accessed before the control is finished being created) you will get this
error.  put in a check to see if all the controls are up and running. a
IsWindowVisable() might work as a check.