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

    Bitmap in dialog

    Hi, big and magic ALL!
    I already post this, but nobody send me the answer.
    I have a very big problem and I'm wondering if somebody, will give a hand to me.
    I create a dialog with the bitmaps. Now I need to know, how to check double-click on the bitmap.
    Tried On_Notify, On_ParentNotify, On_LDblClick, but no one works.
    Is somebody know something about this.
    Any help will be very appreciate

    Thanks in advance.


  2. #2
    Join Date
    May 1999
    Posts
    38

    Re: Bitmap in dialog

    How do you display the bitmap - using CStatic or directly on the DC ?

    Pashka


  3. #3
    Join Date
    Jun 1999
    Posts
    46

    Re: Bitmap in dialog

    Well, I create the dialog and put the bitmap in the dialog in the resource editor. May be this is incorrect?



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