65.9K
CodeProject is changing. Read more.
Home

Extended Use of .NET RichControl Class - C# CLabel 1.0beta

Sep 21, 2000

viewsIcon

234586

downloadIcon

273

A fully stocked owner drawn RichControl class

  • Download demo executable and project - 12 Kb (v1.0beta)
  • Download CLabel source - 4 Kb (v1.0beta)
  • Ever wanted a static control that behaved like a Visual Basic label control? Well this could be just the thing you might be looking for. This control was first posted as an CStatic derived class in my article Extended Use of the CStatic Class. The code in that article has been rewritten in C# using the .NET framework

    See the original article for the programming API. The main differences are that all COLORREF parameters are now Color's, CString's become String's, and BOOL's become bool's.