Problem with mousewheel
-
I have an annoying but simple issue: I wrote a program that responds to mousewheel messages. The program works ok but there is one annoying thing: When i start it, it does not respond to mousewheel messages. When i activate an arbitrary other program (by clicking on it in the taskbar) and then go back to my program it will respond to mousewheel messages. So it seems that my program is activated when it is started but not 'enough' to get the mousewheel-messages going. Is there anyone that can give light to this issue? Also suggestions on how to test things are welcome - just give me a possible clue Rozis
-
I have an annoying but simple issue: I wrote a program that responds to mousewheel messages. The program works ok but there is one annoying thing: When i start it, it does not respond to mousewheel messages. When i activate an arbitrary other program (by clicking on it in the taskbar) and then go back to my program it will respond to mousewheel messages. So it seems that my program is activated when it is started but not 'enough' to get the mousewheel-messages going. Is there anyone that can give light to this issue? Also suggestions on how to test things are welcome - just give me a possible clue Rozis
Use a program like
Spy++
that comes along withVisual Studio
and check what messages, if any, are being sent to your application for a mouse wheel event.«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++) -
Use a program like
Spy++
that comes along withVisual Studio
and check what messages, if any, are being sent to your application for a mouse wheel event.«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)Ok this is good hint. I'll try it.. But I Remembered I tried this before but I couldn't make sense of it. There was one message more in the 2 cases but that one did not give me any clue. Give me a day or so and i'll report my findings here.. Rozis
modified on Wednesday, November 25, 2009 8:28 PM