Hide Mouse

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Sneeze
    Forum Member
    • Oct 2002
    • 61

    Hide Mouse

    im trying to hide the mouse just for the intro of my project but it doesent seems to work.
    What do i wrong?

    OnPreload:

    result = DLL.CallFunction("%SysDir%\\User32.dll", "ShowCursor", "0", DLL_RETURN_TYPE_INTEGER, DLL_CALL_CDECL);

    thanks for tips
  • TJ_Tigger
    Indigo Rose Customer
    • Sep 2002
    • 3159

    #2
    If you are using AMS5 you will need to use the new Global Variable for the System folder

    In AMS4 it is %SysDir%

    in AMS5 it is _SystemFolder

    Click Here for more info
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

    Comment

    • Sneeze
      Forum Member
      • Oct 2002
      • 61

      #3
      oops...

      thank you

      Comment

      Working...
      X