المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Problem with mousewheel



C++ Programming
11-25-2009, 10:01 PM
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