First of all, I am using Bloodshed's DevC++ to create a win32 app.
In my program I am trying to add a statusbar but it won't create the window. I tried getting the last error but there isn't one relating to the status bar. Does anybody have any information as to why the window wouldn't be created? All of my code should be correct because I just copied "hStatus=CreateWindow("msctls_statusbar32", "Ready",WS_CHILD|WS_VISIBLE,0,0,0,0,hwnd,(HMENU)NU LL,hInst, NULL);" from my other project. It works in my other project, but not this one. Any suggestions would be appreciated. I basically need to know what would stop a window of any kind from being created.
thanks
alandrums