(04-24-2013, 03:50 AM)i0xIllusi0n Wrote: I know exactly what it means. And yes, it was done. I'm not executing virtual key events, it listened to what you typed, and you could tell it what to do accordingly.
I had global hotkeys from invoking. Google some things. And I was talking about the link because you did first. I was responding to what you said. Your entire post wasn't about 1 thing, it was about two. The link, and invoking.
As I said before, and I will say it one more time... I never said it was not done or could not be done. And I also, never said my post was about one thing now did I? :S Where did you get that from?
>>
I was responding to what you said. Your entire post wasn't about 1 thing, it was about two. The link, and invoking.
Now back onto what I was initially (mainly) trying to point out:
>>
I'm not executing virtual key events
>>
it listened to what you typed, and you could tell it what to do accordingly.
>>
I had global hotkeys from invoking
1. When you say you invoke the keys, regardless of what the code you have, looks like. From the wording, that means you're doing something, action-wise, perhaps executing something. This is the complete opposite of listening for something; event-based. Perhaps from the hotkey you can invoke something, but you can't invoke the keys or invoke the hotkey like you've been saying.
2. I already mentioned that events and listening for hotkey keypresses, is not invoking, and in no way can you invoke to do this, because invoke means something entirely different.
3. You didn't have global hotkeys from invoking, you think you do, but that makes no sense.
Therefore:
>>
I know exactly what it means.
You have no idea what it means.
Some links:
-
http://msdn.microsoft.com/en-us/library/5t38cb9x.aspx
-
http://msdn.microsoft.com/en-us/library/a89hcwhh.aspx
-
http://www.javaworld.com/javaworld/javaq...nvoke.html
Some phrases:
- "Method Invoke"
- "Invoking the commandline"
- "Invoking a delegate"
There's absolutely nowhere, both in programming terms and by English definition where Invoke means to listen to anything. It's all action based. So now put that in the context of what you initially said: "you can do this by invoking the keys."
Lets look at further definitions:
-
http://computer.yourdictionary.com/invoke
-
http://en.wiktionary.org/wiki/invoke
Quote:(computing, To cause a program or subroutine to execute): call, execute, run
Look at the context in which it's used here too:
http://www.labautopedia.org/mw/index.php...ence_terms
You're way out to lunch, you don't know what Invoking is. I've been a programmer for years, and I definitely know what invoke is, and means. If you were right, then Delegates would not have a built in Inovke() method, and it would perhaps be called Listen(); neither of which is the case, and it wouldn't make sense for it to be that way if you know what a Delegate is.
Now even if you come to your senses and now understand what Invoking is... How can you invoke a global hotkey? Or Invoke a key to "listen" for when to take a screenshot?