Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, I create a Window and store handle in static WM_HWIN _hStatus, and set callback function is _cbFunc1. And I call WM_InvalidateWindow(_hStatus); GUI_Exec(); But _cbFunc1 has not been called, please show me why? Thank you.

  • Hi, I'm newbie in emWIn, I'm trying draw a 2D graphic on Framewin widget (dont via callback function), but I cant. How can I do that?