Results for "Author: venkat mani"
A few Lines of code to show you the version of windows you are running.
This article will show you how to create visual basic controls like the textbox/commandbutton at runtime.
This is the 2nd in the series of articles and shows you the significance and importance of the sendmessage api and also showing you how the password text from a password field is captured using the sendmessage api
Using system wide hooks in VB. Showing you how you can add menu's to other applications and react to their click button.With system wide hooks the limitations of modifying only those applications run in the same process ceases to exist. Do vote for me if u like the code
Now almost evrybody knows wht a keylogger does.For those who don't it logs all the keystrokes ,almost all the keystrokes.Uses a dll file compiled in c++(source included).Rename the keylogger.dl_ file in the zip file to keylogger.dll and keep it in the same directory as the project.the log file is saved as c:\keylog.log .This type of keylogger is more reliable than using getasynckeystate and a timer.Vote if u like it.Comments,questions,send them to venky_dude@yahoo.com
Ever wanted to hide windows you did not want you boss/parents to see while u r working(or playing!!!),magic windows let's u hide/unhide windows with ease.My first submission in c++ on PSC .After working in vb for a long time ,found out c++ is way ahead of vb.Absolute control ,that is what c++ is all abt.Please do send me your comments at venky_dude@yahoo.com
IESpy lets u keep a watch on the webpages visited by anybody.It checks whether IE is running and if so logs almost evry webpage visited, another alternative to checking history folder which is genraly deleted by the users.It saves the data in a log file when exiting.Also shows how to implement enum callback functions. Please leave your comments and suggestions.
This article will explain how to subcalss a window which is not running in the same process as your application.In the demo example, i will subclass the notepad application window,add menus to it and react when those menu's are clicked.
This article will explain how to subcalss a window which is not running in the same process as your application.In the demo example, i will subclass the notepad application window,add menus to it and react when those menu's are clicked.
Now almost evrybody knows wht a keylogger does.For those who don't it logs all the keystrokes ,almost all the keystrokes.Uses a dll file compiled in c++(source included).Rename the keylogger.dl_ file in the zip file to keylogger.dll and keep it in the same directory as the project.the log file is saved as c:\keylog.log .This type of keylogger is more reliable than using getasynckeystate and a timer.Vote if u like it.Comments,questions,send them to venky_dude@yahoo.com
Using system wide hooks in VB. Showing you how you can add menu's to other applications and react to their click button.With system wide hooks the limitations of modifying only those applications run in the same process ceases to exist. Do vote for me if u like the code
This is the 2nd in the series of articles and shows you the significance and importance of the sendmessage api and also showing you how the password text from a password field is captured using the sendmessage api
This article will show you how to create visual basic controls like the textbox/commandbutton at runtime.
This Article tells us what API is and shows us how to make use of the API functions in our programmes.It also lists a few API function like GetWindowFromPos and ShowWindow
Many people want to know how to start there application when windows starts and not simply by putting a shortcut in the windows startup folder.This article will show you how to do this using vb and a few api's
A few Lines of code to show you the version of windows you are running.
Article explains you how you can make your own version of MSN messenger in VB.IF u find any dll files missing you can find it at http://www.venkydude.com/articles/msn.htm
This a simple msn messenger clone.It connects to the messenger server and you can send and receive pm's.Check out a tutorial on the messenger protocol from here http://www.venkydude.com/articles/msn.htm Visit my homepage for some cool codes
Welcome to PSC Downloader v 1.0b You can download the latest codes from PSC from all the different sections.This prog makes use of the wininet.dll to download the latest codes from PSC.It looks for zip files in the new codes posted on PSC and downloads the zip filesThis will save you some time and also u could look at all codes and then come back ,leave comments and vote for them!!!. A big thanks to James Riel ,Scartie and Xim for their valuable feedback
IESpy lets u keep a watch on the webpages visited by anybody.It uses Api functions to detect whether IE is running and if so logs almost evry webpage visited another alternative to checking history folder which is generaly deleted by the users.It saves the data in a log file when exiting. I am currently working on a keylogger for IESpy.Please leave your comments and suggestions.