statusbar above window

Started by
-1 comments, last by Arch_Spider 22 years, 4 months ago
Hi, I have some trouble with my statusbar. It''s being displayed with a lowered border. But I want it with a raised border just like Internet Explorer. What styles do I need. This is what I have now:
  	
DWORD Parts[2];
Parts[0] = 125;
Parts[1] = -1;
hStatus = CreateStatusWindow( WS_CHILD | WS_VISIBLE | SBS_SIZEGRIP, NULL, hWnd, 200 );
SendMessage( hStatus, SB_SETPARTS, 2, int(&Parts) );
  
Thanks.

This topic is closed to new replies.

Advertisement