Jump to content

Block Keyboard & Mouse Input


Recommended Posts

Hi,

I have a Remote Desktop Connection, where I don't want anyone to be able to control the remote PC while I'm on it.

If I block input using BlockInput(), can I still use the remote (ie virtual) mouse & keyboard?

Thanks

--WhiteAvenger

I am not honistly asking what this is used for because i am not being held responsiable

BlockInput(1) = disable

Blockinput(0) = enable

please read func refrance in help file

Link to comment
Share on other sites

The best way to find out if blockinput will block the input from your remote desktop, is to try it like so:

BlockInput(1)

Sleep(10000)

BlockInput(0)

I don't think we can predict what kind of remote desktop software you have. Just try it out :D

Link to comment
Share on other sites

Remote desktop logs whoever is in out. and they will not be able to see your screen unless they log you out. So, I am not sure why you would need to block the input.

" I haven't failed. I've just found 10,000 ways that won't work." Thomas Edison "You cannot help men permanently by doing for them what they could and should do for themselves." Abraham Lincoln

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