Jump to content

Htkey help


BrettF
 Share

Recommended Posts

Ok heres what i got.

-I got a hotkey that when pressed gets the current active window and hides it. when (another) htkey is pressed the window is shown

-I want it to add it to like and array or sumthing and then when the (other) htkey is pressed show the last hidden window and then the windo b fore that. HOw can i do that?

Link to comment
Share on other sites

Ok heres what i got.

-I got a hotkey that when pressed gets the current active window and hides it. when (another) htkey is pressed the window is shown

-I want it to add it to like and array or sumthing and then when the (other) htkey is pressed show the last hidden window and then the windo b fore that. HOw can i do that?

HotKeySet()

WinGetHandle() <== see title specials for the active window

WinSetState()

know arrays in general and how to implement a stack via an array. you will need ~30-40 lines of code (without comments).

Cheers

Kurt

Edited by /dev/null

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...