Re: Make keyloger program work in background Programming Software Development by Mr.M Ok I think I get you now, you want the keyloger to be invisible but do take keys pressed. Well in … started on Form Load then now all matters for you keyloger to record the pressed keys is that it has to… Re: Make keyloger program work in background Programming Software Development by Mr.M Well according to your title you want to make the keyloger be invisible and if I take a look at your … Re: Make keyloger program work in background Programming Software Development by Start4me …; Well according to your title you want to make the keyloger be invisible and if I take a look at your… how can i get Internet history Programming Software Development by wescode How can I get internet history with a vb4/5/6 program? In a period of time I have to get the user accessed web pages even if he is using other than internet explorer. A keyloger will collect all the unnecessary things. Would you please help me? how to use event instead of loops? Programming Software Development by andreski I am working with a keyloger procedure to capture user inputs even mouse has no focus … Re: System freezing up.. please help Hardware and Software Information Security by maanu ok to b very certain about hardware keyloger or stuff , do a system scan with redix ..( a anti … Re: Cyber Spy, Enter data into database on remote machine Programming Software Development by Vaspar em not asking about keyloger sir... its my semester project. i just wanna know how to send data to server and screenshots in database nothing else i don't want codes i just want advice/tips :) Make keyloger program work in background Programming Software Development by Start4me I want this code to run in the background but still be active: Private Sub frmMain_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles Me.KeyPress lblTest.Text &= e.KeyChar End Sub Re: Make keyloger program work in background Programming Software Development by Mr.M Also make the stle be none not sizable . Re: Make keyloger program work in background Programming Software Development by Start4me Thanks. However I didn't really understand how to: > make your program be ontop most Could you please tell me in detail how to make this possible? And also, is it mandetory to have a timer, or could I make the prgram work without one? If not, could you support me with some code to make it poossible? Re: how can i get Internet history Programming Software Development by Jx_Man Make your program to access temporary internet file folder and list all file there "documents and settings\%username%\local settings\temporary internet files\ " And check this registry keys from "HKCU\Software\Microsoft\Internet Explorer\TypedURLs" Re: how can i get Internet history Programming Software Development by wescode Yes this information was helpful But the thing is that I am trying to make a vb project to get the internet history ie visited urls, url ping time and last accessed time. I got a small program from the net, but it shows lot many other things which I don’t want (Expired time, Hit rate, day, date, temp files and cookies) And in visited … Re: how can i get Internet history Programming Software Development by Micheal_2009 This may not work in Vb 6 as I found this out in vb 2008 Hows about putting a Combo Box in and Putting the Auto Compete Sorce Propety to History List Put the Drop Down Style to Simple and Whola! This may solve the thread on my first post! [COLOR="red"]Update:[/COLOR] Put Auto Compete Mode to Suggest. [I]If you don't do … Re: how can i get Internet history Programming Software Development by vb5prgrmr Sorry Michael, that is .NET only and won't work in VB6. Once you have the path to the temporary internet folder and if you can enumerate through its files by using DIR/FSO/FindFirstFile-FindNextFile/DriveListBox-DirListBox-FileListBox then you can use the FreeFile Function-Open Statement-Input Function-Line Input Function- and the close … Re: how to use event instead of loops? Programming Software Development by ihatehippies I made a keylogger/screen capture app a little while ago. PyHook did all the heavy lifting. [URL="http://pypi.python.org/pypi/pyHook/1.4/"]http://pypi.python.org/pypi/pyHook/1.4/[/URL] Re: how to use event instead of loops? Programming Software Development by andreski Thankyou. My development is in Linux, Debian more exactly. Recently I was using simple python keylogger portions of code, but, in actual Xorg version the Record extension was disabled. I need to move over a xorg independant solutrion.