In this Delphi programming tutorial, we will see how the TDrawGrid component can be used to help us develop a "Memory" game. Full Delphi 7 source code is also available for download
Added: 12/31/2004,
Hits: 506,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
Explains a very simple way to add basic functionality into your applications with the minimum of code.
Added: 10/16/2004,
Hits: 417,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
Whilst browsing the newsgroups this question seems to be asked very often:``How do I create controls at runtime? ``as well as``Why can I not see the control I just created? ``and ``How do I assign event handlers to my controls?``Here I intend to answer all of the above questions and provide sample code to show just how easy it is to do.
Added: 09/21/2004,
Hits: 437,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
This tutorial is intended to show how to build a complete application with Delphi. I have chosen to do an icon Extracter and Viewer as it is simple to do whilst demonstrating the power of Delphi.
Added: 08/16/2004,
Hits: 418,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
Adding and Removing Nodes, Node Images, TTreeNode.Level, Preventing Duplicates, TTreeNode.Data, BeginUpdate, EndUpdate, ItemID - Finding Nodes, Pre-order and Post-order recursive tree traversals, Editing TreeNode.Text, Tree Sorting, Linking a TreeView and a ListView, Drag and Drop
Added: 04/23/2001,
Hits: 620,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
We have already done a tutorial on how to create non-rectangular windows, this tutorial shows how to create a form that is shaped around a bitmap.
Added: 10/02/2004,
Hits: 426,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
Accessing and using DLL's in Delphi is easy (see Adding forms to a DLL) in this tutorial I would like to expand on that so as we actually control when the DLL is loaded into memory, and are also responsible for removing it from memory when we are finished using it.
Added: 09/21/2004,
Hits: 427,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
This is probably one of the lesser known windows functions. The ability to have windows of shapes other than rectangular. This may sound difficult to do but in practice it is very easy
Added: 09/21/2004,
Hits: 480,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
The aim of this tutorial is to show, how you can allow the user to move any control, with the minimum of coding on your part. It also shows how to save these new positions to registry so that next time the application is started all the controls will appear in the position they where left in last time.
Added: 09/21/2004,
Hits: 491,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
This article shows an example of using the Toolhelp functions to retrieve the modules (DLL's) that the calling process is using.
Added: 10/16/2004,
Hits: 299,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
At this page you can learn the basics of the pascal programming language. I will assume that you have a basic computer knowledge in DOS-enviroment.``I will also assume that you have either Turbo Pascal 7.0 or Borland Pascal 7.0 for this tutorial.
Added: 03/17/2001,
Hits: 340,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
Due to the graphical nature of Windows the majority of operations can be performed solely with the mouse. One operation that is often useful is for the user to be able to drag an object from one position to another. Fortunately for us, Borland (Inprise) have made this facility easy to implement for the Delphi developer. The tutorial will show you how to do this, by explaining and providing sample code to drag items from one ListBox to another.
Added: 08/17/2004,
Hits: 333,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating
This tutorial explains how to write a new component, that acts like a link in a html browser.
Added: 10/16/2004,
Hits: 290,
Rating: 0,
Votes: 0 Add To Favorites
| Add Rating