SystemParametersInfo & SPI_SETMENUSHOWDELAY
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I know that using SystemParametersInfo with the SPI_SETMENUSHOWDELAY parameter it is possible to adjust the time it takes for a sub menu to open when the mouse cursor is held over a submenu item. Even when the flags are set to not update the user profile or broadcast the change to other windows, this is still a system wide change. Any windows opened after a change is made will use the new settings until the current user logs off then back on. I am looking for a way to adjust the menu show delay at the application level. Is there an easy way to accomplish this that I am not seeing?