CW_COMMCTRL_GroupBox

Started by James Fuller, August 25, 2016, 08:57:02 AM

Previous topic - Next topic

James Fuller

Jose,
  In your CW_COMMCTRL_GroupBox.bas demo I always get a gray background regardless of the stock BRUSH in pWindow.Brush = GetStockObject(WHITE_BRUSH).

James

James Fuller

Putting pWindow.Brush = GetStockObject(WHITE_BRUSH) after
pWindow.Create(NULL, "GroupBox example", @WndProc)
solved the problem.

James