91
The concept / Tutor_10 (C++ VS2022 GDImage64 tutorial)
« Last post by Patrice Terrier on July 08, 2023, 09:12:32 pm »Tenth post of a series, translated from the "WinDev and PowerBASIC",
to explain the use of GDImage64 in procedural* programming mode with Visual Studio 2022.
About Tutor_10
This tutor introduces the use of an image ruban to create a contact sheet.
It is used to browse images from a gallery folder
Contact sheet
You have to move the mouse cursor to the top of the client area to see it (auto-hide).
Once visible, you can scroll the contact sheet to the left or to the right, by moving the cursor hover the auto-hide arrows.
Click on an icon to display the related image.
Watermak
It is shown on the right corner bottom, when selecting a new image.
Last but not least,
the size of the standalone binary EXE is only 17 Kb.

* procedural programming mode, is based on direct use of the FLAT API (Windows SDK) that is the core meat of the OS.
to explain the use of GDImage64 in procedural* programming mode with Visual Studio 2022.
About Tutor_10
This tutor introduces the use of an image ruban to create a contact sheet.
It is used to browse images from a gallery folder
Contact sheet
You have to move the mouse cursor to the top of the client area to see it (auto-hide).
Once visible, you can scroll the contact sheet to the left or to the right, by moving the cursor hover the auto-hide arrows.
Click on an icon to display the related image.
Watermak
It is shown on the right corner bottom, when selecting a new image.
Last but not least,
the size of the standalone binary EXE is only 17 Kb.

* procedural programming mode, is based on direct use of the FLAT API (Windows SDK) that is the core meat of the OS.

Recent Posts


