CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Is there anyway to gradient caption of a label?

    Also how can I fade my form with transparent dark color (Like when you press "Shut Down" and all screen fades with kind of dark transparent color....well that kind I want to have on my program)

    Thank You


  2. #2
    Join Date
    Nov 1999
    Location
    Texas
    Posts
    2

    Re: Is there anyway to gradient caption of a label?

    I don't think you can use a gradient on a label, but you could simulate it by putting the label with a transparent background on a picture control and add the gradient to the picture box.
    Sorry I can't help with your second question.

    Tim.


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