Web browsers are our daily thing. We browse the internet through them. But what about making our own browser? That we are going to do.
Create a Web Browser in Lazarus with Gecko (Part 1)
What web browsers do for us? They let us browse the internet, serve some wicked features that we love and let us customize them as we wish. Well, now it’s time to make your own and customize it even further!
How to use Arrays in Lazarus/FPC
Come, discover the wonderful way to store and manage virtual lists on the computer memory.
3 ways to use Popup Menus in Lazarus
Pop Up menus pop when you right click on the application somewhere to make available the quick jobs in a menu. We explore 3 ways of using popup menus in Lazarus.
How to get Computer Running Time
If you are reading this text then most probably you have your computer turned on. But for how long? You can get the time for how long the computer is running for.
How to use tabs in your form
Tabs are a good way to tidy up your form and give a perfect look to hundreds of checkboxes. Today we learn how to use this inevitable UI element in our forms.
How to Crop an Image and Save to file
Not every pixel of a photo is important. Sometimes we need to just crop out some of the area of a photo. We learn how to crop an image and save the cropped version in a file.
How to list the files in a folder + FileBrowser2 sample
We all have these gigabytes and terabytes of hard disks in our computers. But what’s the use of this huge storage if we cannot see where our files are and in which folder they are located? Of course we can. With our very own IDE, Lazarus!
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…
How to capture Mouse Wheel scroll
Mouse wheel is very common in modern day mouse. It helps us scroll text, image and sometimes do something amazing in 3D software. So how do we know when the user has scrolled the mouse wheel?