R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Dec 24, 2007 #1 when I clear a loaded combo box (combobox.items.clear) the box "flashes". Is there a fix for this???
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,136 Location Sydney, Australia Programming Experience 10+ Dec 25, 2007 #2 Is an item selected at the time? If so then try clearing the selection before clearing the items. Upvote 0 Downvote
R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Dec 26, 2007 #3 no, it is not selected. here is the solution: me.doublebuffered = true Upvote 0 Downvote
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,846 Location Norway Programming Experience 10+ Dec 26, 2007 #4 Combobox control also has BeginUpdate/EndUpdate methods that might be of help. Upvote 0 Downvote
R RonR Well-known member Joined Nov 23, 2007 Messages 82 Programming Experience 5-10 Dec 26, 2007 #5 I will check those out and put them in my "toolbox". thanks!!!! Upvote 0 Downvote