WhiteAvenger Posted April 24, 2008 Posted April 24, 2008 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
flip2405 Posted April 24, 2008 Posted April 24, 2008 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--WhiteAvengerI am not honistly asking what this is used for because i am not being held responsiable BlockInput(1) = disableBlockinput(0) = enable please read func refrance in help file
TomZ Posted April 24, 2008 Posted April 24, 2008 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
WhiteAvenger Posted April 24, 2008 Author Posted April 24, 2008 I don't think we can predict what kind of remote desktop software you have.Just the standard Windows Remote Desktop connection. But you're right, I'll just try it out I was being kind of lazy...
flip209 Posted April 24, 2008 Posted April 24, 2008 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
WhiteAvenger Posted April 25, 2008 Author Posted April 25, 2008 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.Ah, that's interesting. Good to know, thank you!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now