CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2001
    Posts
    4

    Making Image Background as desktop background or making it blank

    Hello there
    I got typical situation here.I need to make an image background blank or making the Backgroung as desktop background. If u can give me some tips that would be appreciable.
    thanks
    ban


  2. #2
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    Re: Making Image Background as desktop background or making it blank

    You can make transparent background if image is .GIF file by using graphical editor like Adobe PhotoShop of Corel PhotoPaint.


  3. #3
    Join Date
    Oct 2001
    Posts
    4

    Re: Making Image Background as desktop background or making it blank

    I want to make this dynamically. I load images dynamically into the system where I got to make transparent By VB. Adobe is a hard one which i don't want it. Thanks anyway But if u knwo abot the above one please do gimme ur reply


  4. #4
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Making Image Background as desktop background or making it blank

    Go to Http://www.Planet-Source-Code.com/vb and search for "Transparent Picture" (Without the quotes of course). There are quite a few samples of how to make your pictures transparent or at least remove the framing around them. Hee is what I got with that search argument
    http://www.planet-source-code.com/vb...parent+picture

    John G

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