CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Location
    Raleigh, North Carolina USA
    Posts
    25

    Messages to a bitmap



    Is there an easy way to handle messages to a bitmap on a dialog?

    Thanks

  2. #2
    Join Date
    Apr 2000
    Location
    Karnataka,India
    Posts
    15

    Re: Messages to a bitmap

    Hi micheal,
    I think that you want to change the size of .bmp files in a dialog through menus or buttons.If this is what you want U can download the active x from
    www.tegosoft.com/BkVcBmpSamp.htm
    then use setwindow function.



  3. #3
    Join Date
    Dec 1999
    Location
    Israel
    Posts
    2,851

    Re: Messages to a bitmap

    A bitmap doesn't recieve messages, windows do. All mouse messages give you coords, just check if the coords are on the bitmap.

    ---===---
    I'm not here for the rates, but rating a post is a good way for me to know how much i helped.
    ---===---
    Daniel

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