Click here to Skip to main content
15,917,533 members

Comments by vishal singh vicky (Top 6 by date)

vishal singh vicky 25-Jul-16 7:07am View    
the problem multiple call resolved there
http://stackoverflow.com/questions/38562428/check-how-many-time-the-function-execute-in-x-seconds-c-sharp/38562942?noredirect=1#comment64521703_38562942
vishal singh vicky 25-Jul-16 3:22am View    
System.Console.ReadKey(); NEED ITS ALTERNATIVE
vishal singh vicky 15-Jun-16 3:40am View    
sorry actually it was to gain attention but over how i have posted below comment the library i am using for keylogger
vishal singh vicky 15-Jun-16 3:39am View    
http://null-byte.wonderhowto.com/how-to/create-simple-hidden-console-keylogger-c-sharp-0132757/

i am using this library and .net 4.0 c# so in its that part i am getting key code

int vkCode = Marshal.ReadInt32(lParam);
vishal singh vicky 15-Jun-16 3:16am View    
if (e.KeyValue >= 48 && e.KeyValue <= 58 ) does not return speacial charecters but return e.KeyData.ToString() == D4 , shift