blah blah blah is here! blah blah » Close

0
votes
2 answers

remap keys

lios
30

hello i have search a long time fro keyboard keys remapping! i have found the scancodemap in registry! and works fine! but this way needs to restart the PC so the remapping apply! a know some market programs can apply scan code maps dire ...

0
votes
1 answers

How to send Application Key /Menu Key/ in C#?

Hello! I need to simulate keystrokes. I write the following: SendKeys.Send("something"); SendKeys.Send("{ENTER}"); SendKeys.Send("%{F4}"); etc. But I wonder how to send the key which stands between ...

1
votes
2 answers

Console Questions

Hi Everybody, I am looking for ways to implements simple Qbasic features into C Sharp Console namely: 1. The use of blinking color in Console. 2. Delimit Clear Screen as from Row 5 Downward so as to leave the first five row of the Co ...

0
votes
4 answers

Decrypt-only crypto system?

Hi, I'm developing a security application in which the end users need to decrypt data from encrypted blobs. The crucial part of this however is that for security to remain intact, at least simple verification of the data must be perf ...

0
votes
1 answers

send keys

lios
30

hi with the SendKeys.Send("{ENTER}"); i send the enter key i wand to send the key using the keynumber not the name... any idea?

Feedback