Hello:
I have a GUI with a listbox and some other objects, including an image control containing a JPEG. The contents of the list box change based on the navigation of a recordset that is being processed one row after another (850 in all). The problem is, I seem to need a Form1.Refresh to get the listbox to show the refreshed contents based on the current recordset position. Unfortunately this refreshes the screen 850 times which is rather unsightly, especially with the graphic. Any ideas?
Also, how can I make my form always be on top?
I have a GUI with a listbox and some other objects, including an image control containing a JPEG. The contents of the list box change based on the navigation of a recordset that is being processed one row after another (850 in all). The problem is, I seem to need a Form1.Refresh to get the listbox to show the refreshed contents based on the current recordset position. Unfortunately this refreshes the screen 850 times which is rather unsightly, especially with the graphic. Any ideas?
Also, how can I make my form always be on top?