..:: Welcome To Invisible Room ::.. ..:: IT & Technology ::..

Showing posts with label Visual Basic. Show all posts
Showing posts with label Visual Basic. Show all posts

Monday, August 3, 2009

"Video Tutorial" Builld CrackMe + Serial Sniffing with OllyDbg (Include Source)

This Tutorial is Newbie Tutorial

This Tutorial, How to Build the CrackMe & Serial Sniffing the Application With OllyDbg

Usefull & happy Learning With Invisible

Enjoy With Me

Download Here

"Invisible-Digital"

Read More Now......

Saturday, June 27, 2009

Adder Bytes by Invisible-Digital

Adder bytes is the application that works for Increasing the size of executable files (*. EXE) applications, especially Windows.



Congratulations Using

Enjoy With Me

Download Here

"Invisible-Digital"

Read More Now......

Thursday, June 25, 2009

DOS Attack by Invisible Flooder (Source VB 6)

"DoS" is attack type to a computer or server in internet network by finish source (resource) owned by by computer referred till computer referred can not run its function truly until indirectly prevent other user for getting the access service from computer that attacked referred.



In an attack Denial of Service, the attacker will try to prevent access a user to system or network by using some ways, namely as follows:

* Inundated network traffic with many data until network traffic incoming from user that enlisted becoming not accessible into network system. This Technique is conceived of "traffic flooding".
* Inundate network with many request to a network service that disedakan by a host until incoming request from user enlisted can not be served by service referred. This Technique is conceived of "request flooding".
* Bother communication between a its tuan rumah (host) and client that enlisted by using much ways, entered by alter information of system configuraton or even physical mutilation to component and server.

this tool and source code can become reference in making of DOS tool.

Enjoy With Me

Download Here


"Invisible-Digital"

Read More Now......

Monday, June 15, 2009

Internet Explorer 7 & 8 Password Recovery

IE Pass Recovery is Small App for Recovery your IE Pass



this application is provided with source code

Enjoy With Me

Download 1
Download 2

"Invisible-Digital"

Read More Now......

Wednesday, June 3, 2009

Volume Control for Win32 by Invisible Build in VB 6

This is Example for Setting Volume Control in Windows.



Enjoy With Me

Download Here

Invisible-Digital

Read More Now......

Tuesday, March 10, 2009

Simple Icon Changer & Validate PE with VB 6+ Source Code

This is a simple Icon Changer & Validate PE by Invisible-Digital.



This App for change your icon in Executable.

Enjoy With Me.

Download Here.

"Invisible-Digital"

Read More Now......

Tuesday, November 25, 2008

What's intended with object in Visual Basic

 

What's intended with object
object is a combination from code and data that can be considered as one unity. An object can form a part of application like a control or a form. As a whole from application can also have the shape of an object.

Where from the coming of object
Every object at Visual Basic defined by a class. To comprehend relation/link between object and class-nya, pay attention the following example :

  • Controls that exists at window Toolbox at Visual Basic is class-class. object is referred [as] known as control there will be no till you inculcate it at one particular form. When you inculcate a control, you have made a duplication or instance from class control are referred. 
  • Form where you employed at when design is a class. When run time, Visual

1

For example you name a textbox above form1, try pay attention window of control properties is referred as will present Text1 (name from control textbox are referred) and Textbox (name from class control are referred).

 

2

All objects is duplication from class they. The moment that become selfsupporting object, each can have properties that different each other.

For example you plant three fruits command button at one particular form, each command button is instance from class CommandButton until have a number of characteristic and abilities (propertieses, methods, and event-event) in common, where that definition at class. But, each can have Name, Caption, BackColor, Different Style in accordance with arrangement at each properties.

3

control each of them can have properties each.

Hopefully Useful

Read More Now......