10-12-2022, 02:02 PM
Hi
it is a simple and efficacy...a good example of Hoccam's Razor. Why do we go to the OS to ask how manage the mouse if we can do this into our application?
the code similar to
FlagMouseVisible = true: IF Len(INKEY$) > 0 then FlagMouseVisible = false
if FlagMouseVisible = false then _MouseHide else _mouseShow
....
very fine!
it is a simple and efficacy...a good example of Hoccam's Razor. Why do we go to the OS to ask how manage the mouse if we can do this into our application?
the code similar to
FlagMouseVisible = true: IF Len(INKEY$) > 0 then FlagMouseVisible = false
if FlagMouseVisible = false then _MouseHide else _mouseShow
....
very fine!