Nov 20

Take a look at your Task Bar. See the area where the time is located? Are there any other icons there? The place is called the Windows System Tray. Would you like to place your Delphi application’s icon there? Would you like that icon to be animated – or reflect the state of your application?

Continue Reading »

Nov 19

I am trying to build an app using MySQL and of course Delphi with ZeosDBO components.

Continue Reading »

Nov 18

The AND & OR operators are used to filter records based on more than one condition.

Continue Reading »

Nov 17

Redirecting a page in PHP is an easy task. A PHP Redirect automatically transfers a web user from one URL to another.

Continue Reading »

Nov 16

Silverlight offers a class called “ToolTipService” which can be used to display tooltips for Silverlight controls. This class can be attached to most of the UI elements in Silverlight to display tooltips.

Continue Reading »

Nov 15

These tutorials are helping explain some of the core programming concepts of Silverlight.

Continue Reading »

Nov 14

If you a newbie for Delphi Programming, and newbie for Database Programming, here I have a little tip’s for you. Database Programming in Delphi can access for MySQL Server. For connected to the server we need connector.

Continue Reading »

Nov 13

Microsoft Silverlight extends and amplifies your existing development skills, empowering you to build new types of applications for the Web regardless of target platform or browser.

Continue Reading »

Nov 12

I recommend you to learn Silverlight technology step by step:

Continue Reading »

Nov 11

The SQL WHERE clause is used to select data conditionally, by adding it to already existing SQL SELECT statement.

Continue Reading »