Jump to content

Changing Resolution


_Kurt
 Share

Recommended Posts

Is it possible to change the users resolution (by hotkey). I'm not sure if this could be done, but here's my idea:

HotKeySet("{F9}", "changereso")
While 1
    Sleep(50)
WEnd
Func changereso($width, $height)
    changeresolution($width, $height)
    ;^ i know there is no such thing, just an example
EndFunc

Thanks,

Kurt

Awaiting Diablo III..

Link to comment
Share on other sites

Is it possible to change the users resolution (by hotkey). I'm not sure if this could be done, but here's my idea:

I'm pretty sure you cannot change the resolution of a user! However, if you search the forum (which you should allways do before posting) you will find a function to change the resolution of the screen....

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

I had already done that by searching the forums (I tried before but didn't get anything) thanks for the UDF PartyPooper (I hope you don't live up to the name :evil: )

Kurt

What did you search for?? "+change +resolution +screen" leads you directly to ParyPooper's UDF !!!???? ;):lmao:

__________________________________________________________(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...