CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Text Color

  1. #1
    Join Date
    Jul 1999
    Posts
    58

    Text Color

    i want to make text inside a cell of MSFlexGrid multicolor.. is it possible to do that? if yes, how? thanks..


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Text Color

    check out the CellBackColor and CellForeColor properties.


  3. #3
    Join Date
    Jul 1999
    Posts
    58

    Re: Text Color

    thanks lothar... but what i mean is that text with multicolor character in a cell... is it possible? the cellForeColor and cellBackGround is will cause the text to appear with same colour for all character in a specific cell.. m'i right?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured