Advertisement

Results for "Author: konstantin tretyakov"

6_2008-2009 #196409
Turn your PictureBox into a ChildForm

Uses SetWindowLong to turn a PictureBox into a "Child Form". Rather amazing to an unexperienced programmer. PS. Visit my new site: http://smartsite.cjb.net

6_2008-2009 #196410
Mini WinHacker 95 (now may be called also 98)

On the whole this program was written under the impression of the WinHack (v1 beta) (I am sorry for taking the name, I do not claim to have the trademark) by Wedge Software. I also added the "Window Manager" feature to it. I think it may be useful to anyone: --If you are not a programmer, then you may use it's features. --If you are a not advanced programmer then you will know: -What are some interesting Registry Keys (e.g how to change system user's name and organization) -How to create a 'Control Panel' folder, etc (thus, for instance, you may have any number of Recycle Bins on your Desktop) -How to use the registry -How to work with windows -How to reboot the computer (though this code is commented out) -Many other stuff on general VB programming -Please, read the README.TXT file, supplied with the ZIP

6_2008-2009 #196411
Expression Evaluator (that is - STRING CALCULATOR)

Ever wanted to have a program, that will calculate the value of a given expression? (like you give it "2*3^sin(2)+23/(2*Abs(-8.5)" and it returns the value). Well HERE IT IS - My 'EVALUATOR' class. You may search all over, noone will give you such source (at least I didn't find). :) ('Eat MY code...':) ---Also, read the README.TXT File in the Zip. Thanx!

6_2008-2009 #196412
A COMPLETE WORKING KEYLOGGER IN DELPHI

OK, I've received some feedbacks on my VB 'Hooking' keylogger asking for DLL code. I am sorry that I didn't post it then 'cause I thought it to be too basic for a person who knows Delphi/C and too advances for the person who is interested in VB only. Well: here's the Keylogger. BTW it will show to some of you how to use the GetKeyName function. I mean, there is no such code: IF Keycode=13 then Log("Enter"), if KeyCode=27 then Log("Esc"), etc.... It logs all the keys except Print Screen. Once again: I AM SORRY FOR POSTING DELPHI CODE - YOU ASKED FOR IT!!! I included the exe file for those, who don't have delphi compiler. Anyway, just try it (and see how a keylogger must be done:) before posting your "timered" keyloggers here. {To you Ian - Why don't you make a DELPHI section here ????!!!!!!}

6_2008-2009 #196413
That's how a Keylogger is done in VB ;)

You were waiting for it didn't you? NO MORE TIMERS and GetAsyncKeyState. About 40 lines in VB (excl. declares) and a DLL. Logs ALL keys except PrintScreen. Is this the end of the war of keyloggers? :) (I hope not).

6_2008-2009 #196414
Advanced Keylogger ActiveX

That's an ActiveX control that allows you to implement the full keylogging functionality (including macros) easily in several lines.

6_2008-2009 #196415
Math Expression Evaluator

The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB code I posted some long time ago. Enjoy.

7_2009-2012 #218927
Turn your PictureBox into a ChildForm

Uses SetWindowLong to turn a PictureBox into a "Child Form". Rather amazing to an unexperienced programmer. PS. Visit my new site: http://smartsite.cjb.net

7_2009-2012 #218928
Mini WinHacker 95 (now may be called also 98)

On the whole this program was written under the impression of the WinHack (v1 beta) (I am sorry for taking the name, I do not claim to have the trademark) by Wedge Software. I also added the "Window Manager" feature to it. I think it may be useful to anyone: --If you are not a programmer, then you may use it's features. --If you are a not advanced programmer then you will know: -What are some interesting Registry Keys (e.g how to change system user's name and organization) -How to create a 'Control Panel' folder, etc (thus, for instance, you may have any number of Recycle Bins on your Desktop) -How to use the registry -How to work with windows -How to reboot the computer (though this code is commented out) -Many other stuff on general VB programming -Please, read the README.TXT file, supplied with the ZIP

7_2009-2012 #218929
Expression Evaluator (that is - STRING CALCULATOR)

Ever wanted to have a program, that will calculate the value of a given expression? (like you give it "2*3^sin(2)+23/(2*Abs(-8.5)" and it returns the value). Well HERE IT IS - My 'EVALUATOR' class. You may search all over, noone will give you such source (at least I didn't find). :) ('Eat MY code...':) ---Also, read the README.TXT File in the Zip. Thanx!

7_2009-2012 #218930
A COMPLETE WORKING KEYLOGGER IN DELPHI

OK, I've received some feedbacks on my VB 'Hooking' keylogger asking for DLL code. I am sorry that I didn't post it then 'cause I thought it to be too basic for a person who knows Delphi/C and too advances for the person who is interested in VB only. Well: here's the Keylogger. BTW it will show to some of you how to use the GetKeyName function. I mean, there is no such code: IF Keycode=13 then Log("Enter"), if KeyCode=27 then Log("Esc"), etc.... It logs all the keys except Print Screen. Once again: I AM SORRY FOR POSTING DELPHI CODE - YOU ASKED FOR IT!!! I included the exe file for those, who don't have delphi compiler. Anyway, just try it (and see how a keylogger must be done:) before posting your "timered" keyloggers here. {To you Ian - Why don't you make a DELPHI section here ????!!!!!!}

7_2009-2012 #218931
That's how a Keylogger is done in VB ;)

You were waiting for it didn't you? NO MORE TIMERS and GetAsyncKeyState. About 40 lines in VB (excl. declares) and a DLL. Logs ALL keys except PrintScreen. Is this the end of the war of keyloggers? :) (I hope not).

7_2009-2012 #218932
Advanced Keylogger ActiveX

That's an ActiveX control that allows you to implement the full keylogging functionality (including macros) easily in several lines.

7_2009-2012 #218933
Math Expression Evaluator

The thing takes a string like ((Cos(Pi/2)+1)^(2+3)+1) and returns the result. It's an improved Delphi version of the award-winning VB code I posted some long time ago. Enjoy.

Languages
Top Categories
Global Discovery