Do you know what face of dice is going to come up before throwing? That’s what random means. We learn how to create a program that shows a random number each time you click a button.
We have a Facebook Page for you guys!
Facebook is something the trendy people can’t live without. Now LazPlanet also has a Facebook Page. The link is available at the top of this website. Check it out!
Partial List search technique
Lists are interesting to do programing tricks. In this session we learn how to search partial inputs with only the first part of the list items.
Simple List search program
Searching a list is one of computer’s specialties. If you are a programer, you at least need to know this simple list search technique.
How to install Castle Game Engine in Lazarus (Installation Guide with Screenshots)
Castle is a mouth watering and exciting 3D Game Engine for Lazarus. It can show, modify, animate X3D, Collada, 3DS, VRML, OBJ and more 3D formats. Start your 3D programing life, now…!
A simple Celsius to Fahrenheit to Celsius Converter
Another good way to practice your programing skills- Celsius to Fahrenheit converter. There is a good formula for the conversion which makes it easy to create converter programs. We have a basic console program…
How to use Text and Background Color in FPC
Console applications are not of entertaining type. They have that whitish dull color in a black background. But who says you cannot change it! Here is a tip to change the text color of console programs.
Measure the Angle of a Line
When you draw a line, does that come to you that how many degrees is that line? How much is it steep or flat? Learn through your own program.
Animate the Move of an Object
You have seen Windows 8 panels sliding and disappearing in and out of the screen. Now create such effects for your program! Here’s a handy little procedure…
Clear all edit boxes in a form
It is a tedious job to create a “Reset Form” button and recall all the names of the Editboxes in the form. So we let Lazarus do that for us! … with only 3 lines of code!