Author Topic: Media controls (MTC64)  (Read 1969 times)

Patrice Terrier

  • Administrator
  • *****
  • Posts: 1980
    • zapsolution
Media controls (MTC64)
« 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:



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.

...
« Last Edit: June 05, 2023, 03:02:10 pm by Patrice Terrier »
Patrice
(Always working with the latest Windows version available...)