Ferd Posted March 29, 2006 Posted March 29, 2006 While my listview gets populated by a loop, I'd like to stop the refreshing (flickering) and then refresh it once the loop ends. Is it possible? Thanks.
GaryFrost Posted March 29, 2006 Posted March 29, 2006 Ferd said: While my listview gets populated by a loop, I'd like to stop the refreshing (flickering) and then refresh it once the loop ends. Is it possible? Thanks. GuiSetState(@SW_LOCK) ; do your updates GuiSetState(@SW_UNLOCK) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now