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"
Labels: Assembler, Computer, Information, Knowledge, Ollydbg, OpenSource, Programming, RE, Security, Software, Tutorial, Visual Basic
Posted by Admin at 5:59 PM 0 comments
Labels: Computer, Information, My Program, Programming, Science, Security, Software, Visual Basic
Posted by Admin at 6:19 PM 1 comments
Labels: Computer, Information, Knowledge, OpenSource, Programming, Software, Visual Basic
Posted by Admin at 7:10 PM 0 comments
Labels: Computer, Information, Knowledge, OpenSource, Programming, Science, Software, Visual Basic
Posted by Admin at 11:45 PM 0 comments
Labels: Computer, OpenSource, Programming, Software, Visual Basic
Posted by Admin at 1:38 AM 0 comments
Labels: Computer, Knowledge, OpenSource, Programming, Science, Software, Visual Basic
Posted by Admin at 2:46 AM 0 comments
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 :
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).
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.
control each of them can have properties each.
Hopefully Useful
Read More Now......Labels: Computer, Programming, Visual Basic
Posted by Admin at 6:11 PM 0 comments