| Visit tutorial >> |
| Intercepting Keystrokes Articles - Intercepting Keystrokes Introduction This article was written by Peter Johnson. Pete... applications unfortunately the web address we have is no longer valid if you know where it is now please . The follow... |
| Hits: 181 |
| Visit tutorial >> |
| Recursion Delphi Tutorial - A Beginners Guide to Recursion Introduction Recursion may at first seem like a complex conc... recursion? Recursion is when a function or procedure repeatedly calls itself until a certain condition is met. Factoria... |
| Hits: 557 |
| Visit tutorial >> |
| Programming a Memory Game in Delphi - Final Part - Coding the Algorithm Programming a Memory Game in Delphi - Final P... game is played on. In we explained how to paint the TDrawGrid we will now move on and complete the. At the end of this ... |
| Hits: 421 |
| Visit tutorial >> |
| Getting a User List on NT Delphi Tutorial - Getting a User List ... Windows exposes LanMan 32-bit Application Programming Interfaces (APIs) to provide network services. These APIs are cal... ontrol both the local remote Windows machines that you have permission to access. The following code sample demonstrates... |
| Hits: 920 |
| Visit tutorial >> |
| Component Tutorial - Writing a URL Label Delphi Component Tutoria... new Delphi component the URL Label. This tutorial has recently been updated to Delphi 7 and you can also download the ... component is like a normal Delphi Label but is written so that it looks and acts like a link in a HTML page. It looks ... |
| Hits: 337 |
| Visit tutorial >> |
| Programming a Memory Game in Delphi - P... memory may use unnecessary memory space We can load an image at each time for drawing and then free it but this time ... memory till the end of the application. This is reasonable when your application uses a small number of images with rea... |
| Hits: 436 |
| Visit tutorial >> |
| HTML dialog using Delphi... dialog box that displays HTML found at a specified URL. Using a HTML dialog ovver a standard windows dialog gives you m... wHTMLDialog which is implemented in Mshtml.dll you need to dynamically load and call this function by using the LoadLi... |
| Hits: 329 |
| Visit tutorial >> |
| functionality of the TButton Component Tutoria... functionality that you require the aim of this tutorial is to show you how to add and implement extra properties to th... functionality of TButton and do not wish to rewrite it ourselves we will make our component a descendant of the TButto... |
| Hits: 201 |
| Visit tutorial >> |
| Drawing a Shaded Rectangle by using GradientFi... GradientFill function can be used to add smooth shading to a triangle or rectangle. For a triangle call the GradientFil... rectangle call GradientFill with the upper-left and lower-right coordinates of the rectangle. There are two shading mo... |
| Hits: 1039 |
| Visit tutorial >> |
| Implement Weird Shaped Windows Delphi Tutorial - Ho... windows functions. The ability to have windows of shapes other than rectangular. This may sound difficult to do but in ... shaped window to be more useful than the standard rectangular one. On to the implementation to start with we need to m... |
| Hits: 168 |