The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Gunner on September 05, 2011, 01:06:14 AM

Title: Multi Line Tab Control - Close to giving up
Post by: Gunner on September 05, 2011, 01:06:14 AM
If I create a single line tab control, no problems with the "tab containers" showing.  However, if I create a multiline tab control, then the "tab containers" do not show unless I move my window off screen and back.  I am at wits end here...  Any suggestions?
Title: Re: Multi Line Tab Control - Close to giving up
Post by: dedndave on September 05, 2011, 01:14:02 AM
sounds like it isn't being drawn
maybe InvalidateRgn, UpdateWindow or whatever to force WM_PAINT ???
Title: Re: Multi Line Tab Control - Close to giving up
Post by: Gunner on September 05, 2011, 01:16:01 AM
Oh, if my legs could bend that way I would kick myself in the but...  I added WS_CLIPCHILDREN to the Tab Control and all is fine.