CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Apr 2002
    Location
    Australia
    Posts
    54

    Talking thank you!!

    Hi JohnCz,

    Thank you so much for taking the time to send me that sample code. It was very helpful - and showed me what I was doing wrong. I was trying to set and remove the hook every time I opened the popup menu - which meant the messages weren't getting through properly the first time. I hadn't tried setting the hook once only, when the dialog opened - like you had done. Since I made that change it has been working beautifully.

    Thanks again, you've made my day!
    Emelia

  2. #17
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917
    You are very welcome.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

Page 2 of 2 FirstFirst 12

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