c++ - How to deal with MFC listcontrol window flashing -


i wrote mfc application program.i used listcontrol controls , radio buttons in dialog.i realize real-time-update data listcontrol when clicked single radiobutton triggering corresponding events.

firstly,when dialog initialized,inserting data listcontrol , showing dialog.

secondly,when clicked 1 radiobutton among these.the first step delete columns , items in listcontrol.the second step insert neccessary data listcontrol.by way,i used same variable relative listcontrol id.

notice:the data changed time!

finally found listcontrol window appeared fast flash , felt bad. there ways solve problem?and can suggest or advanced advice me?thanks lot!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -