Search In Site

04 July, 2013

Download Keylogger full version for free

What is Elite Keylogger?A keylogger is also known as a computer monitor. It is an invisible tool that records every keystroke made on a computer. It stores the keystrokes in an encrypted, hidden log file. An individual can attach the log file to an email, upload it to the FTP server, or send it to another computer on the same network. It is also a tool that can be used to monitor Internet activity. It does this by logging the URLs of all visited...

Attributes In Html

Core Attributes: The four core attributes that can be used on the majority of HTML elements (although not all) are:  id  title  class  style The id Attribute: The id attribute can be used to uniquely identify any element within a page ( or style sheet ). There are two primary reasons that you might want to use an id attribute on an element: If an element carries an id attribute as a unique identifier it is possible to identify just that element and its content. If you have two elements of the same name within a Web page...

Working with Excel Files in VB

The code is totally self explanatory, In the load event we're going to open the new instance of the excel library and our excel file “book1.xls” will be accessible from our code. Then we'll use Command1 to retrieve data from book1, please note that you must have some data in the excel file. Similarly Command2 is used to put/replace the data in the excel sheet cells. 'do declare these variables you need to add a reference  'to the microsoft...

How to Add Disappearing Effect To Forms in Visual Basic

This code demonstrates the use of SetLayeredWindowAttributes, GetWindowLong& SetWindowLong API calls. You need a timer on the form called "Timer1". Timer1 is enabled by default, so with the Load Event of the form it'll start ticking....It'll make the form more transparent with each tick. 255 means no transparency, 0 means 100% transparent. When the form is 100% transparent Timer1 will unload it and load the "Main" form (I assume frmMain is the...

How to create dynamic Menu In Vb

Dynamic Menu Form codingOption ExplicitPrivate Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)lblLabel.BackColor = vbButtonFace lblLabel.ForeColor = vbWindowText End SubPrivate Sub lblLabel_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)lblLabel.BackColor = vbHighlight lblLabel.ForeColor = vbHighlightTextEnd SubPrivate Sub lblLabel_MouseUp(Button As Integer, Shift As Integer,...

03 July, 2013

HTML Meta Tags And Attributes

HTML Meta Tags HTML lets you specify metadata - information about a document rather than document content -in a variety of ways. The META element can be used to include name/value pairs describing properties of the HTML document, such as author, Expiry Date, a list of key words, author etc. The <meta> tag is an empty element and so does not have a closing tag, rather, <meta> tags carry information within attributes, so you need...

HTML Document: Basic Tags And Elements

Creating an HTML document is easy. To begin coding HTML you need only two things: a simple-text editor and a web browser. Notepad is the most basic of simple-text editors and you will probably code a fair amount of HTML with it. You can use our HTML Online Editor to learn HTML. Here are the simple steps to create a baisc HTML document:  Open Notepad or another text editor.  At the top of the page type <html>.  On the...

Visual Basic Statements and Expressions

Visual Basic Statements and Expressions ·  The simplest statement is the assignment statement. It consists of a variable name, followed by the assignment operator (=), followed by some sort of expression. Examples: StartTime = Now Explorer.Caption = "Captain Spaulding" BitCount = ByteCount * 8 Energy = Mass * LIGHTSPEED ^ 2 NetWorth = Assets - Liabilities The assignment statement stores information. · Statements normally take up a single...

 
Twitter Bird Gadget