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

Thread: BitBlt

  1. #1
    Join Date
    Apr 1999
    Posts
    13

    BitBlt

    Hi

    Does anybody know how to add a bitmap to a form, and use the BitBlt, or any other api calls to make the form's shape like the Bitmap?

    Any help would be appreciated.

    Thank you


  2. #2
    Guest

    Re: BitBlt

    Just change the picture property of the form. in this case, you don't need to use bitble api


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: BitBlt

    Hi

    I've found this link on the web :

    http://www.fortunecity.com/skyscrape...tml?VBSFC.html

    which allows you to create odd-shaped forms (there's tonnes of other samples like it on the
    net).


    Regards

    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb



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