Make A Keylogger And Attach It To One Button?
Jan 25, 2010
how I can make a keylogger and attach it to one button. I just want it to send logs to my e mail Say every 2 hours or so And how to make it be on there startup and invisiable in taskmanager So when they press a button on my project it will start up my keylogger
View 2 Replies
ADVERTISEMENT
Jun 9, 2011
How can i make a keylogger in visual basic 2010 ?
View 1 Replies
Apr 15, 2009
I searched the Topic how to make a Keylogger, but wasn't what I was asking. I don't want to make a virus, I want a simple user-friendly Application with a textbox that show what is typed on my account, for instance: I start the friendly keylogger, I start up a internet tab, and go to Myspace (don't mean to advertise) and let my brother log in. I want the textbox to say just:
xxTREV0Rxx (example username)
pie249 (example password)
I don't want this to be serious. (Also: ShowInTaskBar: False)
View 3 Replies
Dec 13, 2009
I have made a KeyLogger that send the information to an e-mail but I want it to save as a .txt to the USB drive in a folder called logs. But for example all USB drives are on different names like G, E, and F, they all vary so how do I make my keylogger save the information in a .txt on the usb.
1. How do I save a .txt file to a folder named "logs" on the USB?
2. How do I register the F1 and other keys that are not registered.
3. How can I get the program to close when the USB is pulled out?
View 10 Replies
Oct 12, 2011
All functions done, but the main function, the autorun and auto hide didnt work like i wish. for this keylogger, im using checkbox to make it autorun when windows startup and another checkbox to autohide. i already placed the codes but nothing happen. when i tick those checkboxes n restart my pc, nothing happen. is it because im using checkbox?
View 3 Replies
Sep 3, 2011
i need 2 know how 2 attach sound file 2 button on microsoft visual basic 2010 express ?
View 2 Replies
Aug 22, 2011
How do we embed / attach a pdf file (100 page file) in one of our form and the users should be allowed to download the same while executing /using this tool.
View 5 Replies
Mar 18, 2010
I am creating simple mail without any atach using Microsoft.Office.Interop.Outlook. Mail is successfully created and opened, but after this button 'Attach File' does not work (it could be clicked, file could be selected but it is not attached). Here is simple code:
[Code]..
View 8 Replies
May 9, 2010
Spy.net Trojan KEYLOGGER ?
View 2 Replies
Jul 31, 2010
I want to make a simple key logger in VB.Net in console mode which runs on background. So, I m not getting any logic, how to made it.
View 10 Replies
Sep 1, 2011
im creating an anti keylogger using on-screen keyboard and its work. but the problem is keylogger still can captured the keystroke. So i want to know what code should i add in my program. this is my code so far
[Code]...
View 2 Replies
Feb 21, 2012
I'm suspicious my spouse is cheating. In the past few months he has systematically locked me out of all of his social media accounts shortly after getting a job with a group of female secretaries that travels for a week at a time. He has been dodging or non-communicative when confronted about this.url...
The only way to avoid interaction with antispyware is to create it myself.I understand that copying text or something into an open notepad session or the clipboard is out of the question; however I'm pretty sure that I could create a (fairly) simple script that does the following:[code]I know this is extremely inneficient but this is the most covert way i can think of, a simple wscript that runs on startup and creates these .txt files in an important looking place (windows/config/system/logs/win32 - example)
View 1 Replies
Jul 9, 2011
Note: This project is for educational purposes only.I've tried many tutorials on how to create basic keyloggers but none work. I then heard Windows 7 won't work for keyloggers with Visual Basic 2008.
My Code is Below:Public Class Form1 Dim result As Integer Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
Timer1_Tick
For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
TextBox1.Text = TextBox1.Text + Chr(i)
End If
Next i
I get no errors from the code it just doesn't put the keys I press in the textbox.If having Windows 7 is the problem is there any solutiions?
View 1 Replies
Jun 12, 2011
I an new to visual basic and I was following a tutorial to make this keylogger for my computer to record all my passwords and things entered but i get a Warning1Variable 'key' is used before it has been assigned a value. A null reference exception could result at runtime.
C:\Users\Gene\documents\visual studio 2010\Projects\WindowsApplication1\WindowsApplication1\Form1.vb1812WindowsApplication1
Then the null error occurs.
View 1 Replies
Apr 23, 2012
i am trying to make a proper keylogger. i have programmed the qwer QWER 123 and !@# keys but it wont read the ,< .> type ok keys for some reason, how to make the program read these keys
View 10 Replies
Aug 12, 2009
I am creating a VBA application using Excel 2007 and would like to make virtually all of the standard Office and Excel menus invisible to the user and present to the user only my custom menu controls. I have been successful in doing this for all objects on the Ribbon as well as those on the Microsoft Office Button Menu, with the exception of the "recently opened files list" box, that also has the "Excel Options" and "Exit Excel" buttons on it. Can anyone tell me the name of the object for this control so that I can make it invisible?
Here is the relevant snipit of XML code that is in my CustomUI.xml file:
[Code]...
View 1 Replies
May 14, 2010
How to make a link button visible after another button has been clicked in asp.net(vb) in button_click()
it says error as "Object reference not set to an instance of an object."
i've done this in my code
Protected Sub InsertButton_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim receipt As LinkButton = FormView1.FindControl("LinkButton1")
' receipt.Enabled = "true"
[Code].....
View 2 Replies
Sep 5, 2010
How to make glossy button in Vb.Net?
or
how change button background on mouseover?
View 1 Replies
Oct 25, 2011
I have button1 and button2.When button1 is pressed, I want the color of button2 to switch between white and red every second until it is pressed.
View 1 Replies
Jan 10, 2011
how to make the button move when arrow button is pressed
View 1 Replies
Aug 23, 2009
How do i make my button open a program and make it windows size?
View 6 Replies
Jun 21, 2010
I wanna ask how to code to make a button make a sound out when pressed? Can you add sound files to it, like a mp3 file?
View 3 Replies
Sep 26, 2009
I have a few questions:
1. how do I make a button press a certain button in another application? (i.e - for example it goes to application "iexplorer" and press insert, home, a, b, or other button in the keyboard)
2. How do I make a virtual keyboard (for example a button opens form 2 or 3 and when you click on a button in the keyboard it goes to a certain text box in form 1)?
View 2 Replies
Aug 30, 2009
I have a button that will type a message saying 'hello' in a message box, (if clicked on). And I want to know how to make another one that will change it to say 'Hello Word' (when clicked on ).[code]...
View 11 Replies
Jan 9, 2010
Call Button1_Click(sender, e) This works but it only clicks button 1
and yes this does not work.
Call Button2_Click(sender, e)
View 4 Replies
Mar 19, 2012
How can I make a Button be in front of another button or behind it? If I want the Button2 to be in front of Button1?
View 6 Replies
Apr 30, 2012
I would like my ToolStrip button to actually look like a button instead of this flat thing that is the default. I would also like for it to depress when the user clicks on it, just like a standard Windows form button. I've spend a couple of hours searching
View 4 Replies
Mar 20, 2009
i want to make the Grid view Button(Time In) invisible until the User press Time Out Button. Once the user press the Time Out Button,Time in Button must be shown
View 2 Replies
Nov 1, 2009
I am trying to make an application with a start button and a stop button on a stop watch program. These are the codes I am using but my seconds on the stop watch don't start.
Public Form Dim intSecond As Integer = 0
Form 1
Private
Dim intSecond As Integer = 0
intSecond +=1
[Code]...
After I write my code and try to run the program, the seconds will not start,
View 3 Replies
Aug 10, 2009
I dynamically create buttons on a form and use the button text as ids so that I can pass that to an SQL query to pull saved data about that button when necessary, but I also use an image over buttons that have information saved about them. What I need to know is how do I keep the text on the button from appearing when there is an image assigned to that button? By default vb.net shows both the text and the image and no TextImageRelation values allow for the image to take precedence. I tried changing the text color to transparent, but the outline of the text is still visible through the image. Is there anyway to keep the text value as it is but just show the image on the button?
View 2 Replies