Click here to Skip to main content
16,005,162 members

Comments by tsahi-al (Top 20 by date)

tsahi-al 24-Apr-12 21:26pm View    
Ok so the queshtion is how do i get a guide or something about it, i never used Shell or kernall comands via C#, tryed to google it but i find only blury guides.
tsahi-al 24-Apr-12 17:32pm View    
Nelek, ur right, im sorry.

Wes Aday, What global hooks are?
I just started to read about them but I'm not counting on them, some anti virus might see the program im building as a KeyLogger and dispose it, am i right?

how do i use them? what r they? a referenc? or a third party programs?
i read about it in this site at : http://www.codeproject.com/Articles/1264/KeyBoard-Hooks
please explain abit more, i heavent find alot of information about this subject.
I'm just stuck with this program for about a week and I need to finish it in a few days.

Ive found this Low level hook may some one please help me analize the code(i wish to learn some more about it.)

http://blogs.msdn.com/b/toub/archive/2006/05/03/589423.aspx

Tsahi.
tsahi-al 24-Apr-12 14:05pm View    
its not so helping since i need find a way to make the keydown event while the program is at system tray

maybe a BGworker may help me?
tsahi-al 23-Apr-12 3:39am View    
i just dont find a way to do all these things at once, i need to keep track on the keys while it at systemtray, i meneged to get only 1 key but only when the form is opened

<pre lang="c#"> private void Form1_KeyPress(object sender, KeyPressEventArgs e)
{
if (selectKey == true)
{
firstKey = e.KeyChar.ToString();
MessageBox.Show(firstKey);
selectKey = false;
labelError.Visible = false;
}
</pre>
tsahi-al 19-Oct-11 15:22pm View    
thenx for helping me
but it ain't working m8
im using a program named no ip, basicly evey time that a program refer to my URL it redirect's to my IP

so basicly instead of writing my IP im writing a URL