Delphi
This example shows how to use the RTTI of an event to invoke it. Two classes are defined: TMapModel (event producer) and TMapView (event consumer). TMapModel has a specific event: OnChange (of type TMapModelChangeEvent). Procedure InvokeOnChangeEvent retrieves the RTTI available for this event and invokes it.
C#
Template Method Pattern
C#
This Code Shows How to Add Controls at Run Time
Java
Demonstrating keystroke events in Java
C#
This Code Combines Two Delegates
PHP
A database abstraction layer for the PHP 3.0 ODBC module
C++
Matrix Multiplication c++
JavaScript
Character Counter with Javascript
Delphi
This exemple demonstrates the use of a TButtonedEdit edit control. The code will load two bitmaps located as resources in the executable and generate an image list at run time. The two loaded images are then used for the left and right buttons of the edit control.
C++
Program for Overloading the difference operator for complex arithmetic
C#
This Code Shows How to Find Multiplication of two Binary Numbers
PHP
Server Uptime Statistics in PHP
Java
Interface List and class LinkedList example in java
Java
Inserting an Image into SQL Server in Java
Java
Using JPopupMenu in java
C#
This code shows how to Report Progress in Asynchronous Method
PHP
A class to Get and Output Directories List in php
CSS
HTML
this codes lets you make selection on hover.
Contact Us