Click here to Skip to main content
15,888,202 members

Comments by Kamran Behzad (Top 6 by date)

Kamran Behzad 19-Jan-15 22:11pm View    
Reason for my vote of 1 \n No code in article and broken download links.
Kamran Behzad 7-Nov-11 19:08pm View    
Deleted
And of course after your improvement, the 3rd line in the 'Usage' section, which is:

hotkey.Keys = System.Windows.Forms.Keys.V;

now should read as:

hotkey.Key = System.Windows.Input.Key.V;

Thank you for a great article. Already implemented it in my code.
Kamran Behzad 26-Sep-11 19:56pm View    
Deleted
Reason for my vote of 5
Thank you for this. Yes you would think this is too basic but I am embarrassed to say how many times I have confused myself over this, looking through my past code with frustration to find how I actually did it last time.

I can see from the comments that others are just as confused! Vote = 5!
Kamran Behzad 22-Feb-11 20:08pm View    
Deleted
Reason for my vote of 5
It works.
Kamran Behzad 22-Feb-11 19:25pm View    
Deleted
Reason for my vote of 1
My vote of 1: Original code by DrABELL fails to compile: "Not all code paths return a value".