Advertisement

Creating a status bar???

Started by March 13, 2003 11:19 PM
1 comment, last by evillive2 21 years, 8 months ago
VC++ 6.0, non MFC I am trying to create a status bar using the CreateWindowEx function but it keeps returning a NULL handle and not creating the status bar. I also tried CreateStatusWindow which MSDN says is obsolete just for kicks and that didn''t work either. I have the comctl32.lib and commctrl.h files included, am I missing something? I don''t get any compile errors, but I have the feeling I am missing something pretty simple. Thanks in advance.
Evillive2
Did you call InitCommonControls() first?


Qui fut tout, et qui ne fut rien
Invader''s Realm
Advertisement
Thanks, I knew I was forgetting something simple like that
Evillive2

This topic is closed to new replies.

Advertisement