5.14.2013 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.
5.13.2013 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...
5.12.2013 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!
5.11.2013 Create a Form Fade in Effect
Forms are a bit boring sometimes, right? Spice it a little bit with a Fade In animation effect on startup. That boring square area of form will amuse the users a bit more.
5.10.2013 Average Calculation with List of Numbers (GUI)
Average calculation is a easy formula to practice your programing skills. We have seen a CLI average calculator program of unlimited numbers, now its time for a GUI project.
5.09.2013 Calculate Average of Unlimited Numbers
We have seen a lot of average calculation programs. They have limit to their numbers of input. So we have a code that will let you enter number to your heart's content.
5.06.2013 How to show ToolTip, Balloon Tip and other short help text
Tooltips are text that appears as a short help for a component when we keep our mouse over it for a while. We can add single line or multiline tooltips easily. Here's how...
5.05.2013 Image Copy Paste: Storing an Image in Clipboard & Retrieving it
In paint programs, we see a function to copy an image to clipboard and paste it from there. Paste an image from anywhere, Photoshop, Firefox in your own program! Here's how...
5.04.2013 A Simple Image Viewer from Start to Finish
Today we are going to make a simple image viewer. It will have a lot of functionality but with only 5 lines of code!
5.02.2013 How to Cut Copy Paste Text with code
Word processors and even browsers have cut, copy, paste functions. You have used them many times in your life. But now make yours!
Subscribe to:
Posts (Atom)