odedshimon / BruteShark

Network Analysis Tool
GNU General Public License v3.0
3.02k stars 332 forks source link

Solution to TextProgressBar Control Blinking #141

Open qq1176914912 opened 1 year ago

qq1176914912 commented 1 year ago

I discovered during the process that the TextProgressBar control will flicker when the progress is full. I found that this is because the TextProgressBar control did not add a dual caching mechanism,

Solution: Add ControlStyles. DoubleBuffer when setting SetStyle in the TextProgressBar class image