Re: statusbar
- Posted by David Cuny <dcuny at LANSET.COM> Apr 15, 2000
- 668 views
"©koda" wrote: > how can i draw text in status window each time it > receives WM_PAINT? i have wrapped C function > DrawStatusText, and use it to draw text, but it deletes > when status window is repainted. You can set the text in the status bar with: setText( <control>, <text> ) It calls SB_SETTEXT to set the text. -- David Cuny

