+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: My Wish List (Nostalgic)

  1. #11
    Join Date
    Aug 2012
    Location
    Bolivia - NTSC
    Posts
    20
    Hi ok, got it, I remembered that I already used AHK a while ago to use my playstation gamepad with devil may cry 3 hehe.

    I made some research and this my script, but I can hide the window border but I can't restore it. (help!) I'm attaching my script.

    Also I found a great script for transparency.

    Alt-W: Decreases transparency
    Alt-S: Increases transparency

    Alt-A: Toggles always on top

    Alt-X: Make active window clickthroughable
    Alt-Z: Make window under the mouse cursor non-clickthroughable

    source: http://www.autohotkey.com/community/...c.php?p=433128

    greetings
    Attached Files Attached Files

  2. #12
    Join Date
    May 2006
    Location
    Canada
    Posts
    17,873
    The example I gave you earlier should toggle the borders off/on, that is the reason for the caret ^

    Martin

  3. #13
    Join Date
    Aug 2012
    Location
    Bolivia - NTSC
    Posts
    20
    working great!

    just one detail

    you used

    ^!s::


    and it is


    !^s::


    at least that eas causing an issue, Am I right??

  4. #14
    Join Date
    Aug 2012
    Location
    Bolivia - NTSC
    Posts
    20

    final script

    Hi folks thanks to mvallevand I have the final version for my script:

    !^y::
    WinSet, Transparent, 250, nPVR
    return

    !^t::
    WinSet, Transparent, 129, nPVR
    return

    !^b::
    WinSet, Style, ^0xC40000, nPVR
    return

    control+alt+t: will display a nPVR transparent window
    control+alt+y: will display a nPVR non-transparent window
    control+alt+b: will show/hide the border including minimize, maximize, close buttons

    you can change the 129 value to increase or decrease the transparency a lower value to make it even more transparent.

    if you have any questions please let me know.

    Script file attached


    greetings
    Attached Files Attached Files

+ Reply to Thread

Posting Permissions

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