6.28.2013 How to create an airbrush tool for drawing
You know how to draw like a pencil and circles and rectangles and stuff. But how do you make an airbrush tool in Lazarus? Here's how...
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!
4.14.2013 "Shuvo Noboborsho" and here is a new mascot
Today is 14 April 2013, the first day of Bangla calendar. And in this auspicious day, an idea for a cartoon figure, as a mascot for LazPlanet has come to my mind. Here is the first image of him...
4.13.2013 How to Capitalize Text
We write the words in the middle of the sentence in lowercase letters. Capitalizing is sometimes necessary to emphasize things. Any text (or string) can be converted to uppercase (capitalize). Here's how...
4.12.2013 Make your forms transparent!
Forms are boring solid objects. But you can make it fun in many ways. One of them is transparency. Here's how...
4.09.2013 Get all running windows' titles
With this simple little code you can list the windows/software that are running. You can identify if some specific software is running or do some magic tricks with Windows API. It is up to you...
4.07.2013 How to get your mouse cursor position (+Bonus: set position also!!)
Find out if your user is pointing to left or right, top or down of the screen. If you are keen for a shock, then yes! You can also position the cursor wherever you want! Without having the user moving their mouse! Here's how
Subscribe to:
Posts (Atom)