Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
UltraProgressBar - How to retain peak value
posted

Hello,

my goal is to use IG ProgressBar in WinForms environment to show audio output level from a microphone. I would like the bar to retain peak value for a while, whenever actual bar value decreases.

Should I work on DrawFilter direction or what else? Any hint or sample would be appreciated.

Best regards

Franz

Parents
  • 469350
    Offline posted

    Hi Franz,

    The UltraProgressBar doesn't have any built-in functionality to keep track of the peak value. You might want to consider using UltraWinGauge instead. It seems like a series of linear gauges would be a good fit for a sort've audio output meter.

Reply Children