CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 1999
    Posts
    12

    Picture with transparent bk on transparent form



    How to create the transparent background picture on the transparent form...



  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Picture with transparent bk on transparent form

    Draw a picturebox same size with your form. After that, draw all the controls inside this picturebox. It works as container for your controls. Set where it is possible the backstyle property of all the controls to transparent. You set also the picture property of your picturebox to the image to display and you finished. You don't have to set your form transparent.

    Michael Vlastos
    Company MODUS SA
    Development Department
    Athens, Greece
    Tel: +3-01-9414900

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