ObjReader Community

GDImage => The concept => Topic started by: Patrice Terrier on April 27, 2022, 10:25:28 am

Title: Media controls (MTC64)
Post by: Patrice Terrier on April 27, 2022, 10:25:28 am
This VS 2022 C++ project shows you how to create GDImage media controls.
The window itself is skinned with WinLIFT.

The controls
- WG_Gauge, Multiple gauges.
- WG_Switch, multiple vertical switches.
- ZI_CreateBitmapFromFile, cooler grid.
- WG_Switch, Power On/off switch.
- WG_PulseLED, pulsating LED.
- ZD_DrawTextToCtrl, caption text using a private font.
- WG_ListSelector, list selector.
- WG_SliderVert, vertical sliders.
- WG_Tick, tick control.
- WG_ClockLCD, LCD clock control.

zTrace is used to show you where to process the messages in the code.


Screen shot:

(http://www.objreader.com/download/images/MTC64.jpg)

The project has been updated to VS 2022 on june 5, 2023,
and the binary size has been reworked to produce a tiny 27 Kb standalone EXE.

...