Home > Software engineering >  MFC production glowing rectangle button
MFC production glowing rectangle button

Time:10-09

To implement a button kept flashing light, the light button to outside, light color and brightness can be controlled, and the four side of the rectangle can be controlled separately,

CodePudding user response:

Use CDI + redraw CButton
Animation can be achieved by OnTimer
The core parameters with exposed interface can realize the control
  • Related