I got a webbrowser control in which I load an ftp site. I iterate thru the many items (files), selecting each one in turn, read the name and decide from that whether to download it or not. Once the focus moves to the first item off-screen, is there a way to scroll the window so the selected item is always in view?
Thanks
50% of programming is coding. The other 90% is debugging