Re: FillSolidRect & DrawText
Not sure I fully understand what you want, but I think you can use the same rect that you use for FillSolidRect and create a rectangular region (CreateRectRgn). Then, select that into your DC as a ClipRegion (SelectClipRgn). Now when you draw text (or anything else), your drawing will only occur within that region.
Be sure to select the NULL region to re-enable drawing in the entire DC.
Hope that helps.
Be sure to rate those who help!
-------------------------------------------------------------
Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193