Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Hide Mouse

  1. #1
    Join Date
    Oct 2002
    Location
    Hamburg, Germany
    Posts
    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

  2. #2
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    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

  3. #3
    Join Date
    Oct 2002
    Location
    Hamburg, Germany
    Posts
    61
    oops...

    thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts