DO NOT USE THIS SUGGESTION!!!!!!!!
You'll break your application royally with the worst type of bugs (random
ones!) and they're all completely not debugable because they're low level
ones that are outside the debug environment of .Net. (i.e. WndProc errors
and "General Windows Errors".
The .DoEvents() gets rid of the artifacts that you get with ImageLists etc,
but it will cause all kinds of other issues later on.
The only way to do it and have no problems with it is to use a manifest
file. Whidby (next version of VS.net) fixes this finally.
MS, since your own development people have admitted that
EnableVisualStyles() is completely and irrevicobly broken in Vs.net 2003,
you shouldn't be giving out advice like this.
James Hancock