I am using a ImageCombo as the address bar in a WebBrowser project. The reason why I am not using a ComboBox instead of a ImageCombo is because I want the address bar to display images with the URLs listed in the address bar (like how IE displays an icon in the address bar). To display the image, the ImageCombo address bar is bound to a ImageList.
As such, the address bar displays the image but when a link is clicked in a web page, the image disappears. Even after the entire page has downloaded, the image still remains invisible. The same thing happens when a URL (or some text) is being typed in the address bar.
How do I ensure that the image remains visible at all times when the browser is open?




ARPAN
Reply With Quote