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

    How to Print a bitmap in a dialog

    Hi

    I have a picture control in my dialog based application with a bitmap loaded in that picture control. I want to change that bitmap in the picture control at runtime. Moreover i want to call the printer settings for the above dialog and print the bitmap which is seen in the dialog.

    Thanks in Advance.

    Rafi.



  2. #2
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    Re: How to Print a bitmap in a dialog

    Please see my answer to 'sibi' on "Setting a bitmap as form background" (AdvancedUI). That should help you load the BMP and blit it to the picture box. I can't help with the printing, though; sorry.



    --
    Jason Teagle
    [email protected]

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