PlanetSquires Forums

Support Forums => José Roca Software => Topic started by: James Fuller on August 25, 2016, 08:57:02 AM

Title: CW_COMMCTRL_GroupBox
Post by: James Fuller on August 25, 2016, 08:57:02 AM
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
Title: Re: CW_COMMCTRL_GroupBox
Post by: James Fuller on August 25, 2016, 11:16:58 AM
Putting pWindow.Brush = GetStockObject(WHITE_BRUSH) after
pWindow.Create(NULL, "GroupBox example", @WndProc)
solved the problem.

James