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

    Transparent UserControl

    Hi!
    I have a very big problem with my Control!
    the background of the control should be transparent and the text written on the control by UserControl.print "Test"

    should be visible. So it should look like the label-control.

    I hope somebody can help me!

    Thanx
    Daniel


  2. #2
    Join Date
    Feb 2000
    Posts
    19

    Re: Transparent UserControl

    If you want a transperent user control use an iesuper label set its backstyle to zero.

    Add a method to your usercontrol called print
    and change the caption of the iesuperlabel

    It should work






  3. #3
    Join Date
    Sep 1999
    Location
    Israel
    Posts
    7

    Re: Transparent UserControl

    What in god's name is an iesuperlabel and where do i get one?


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