hello,
Im having a little trouble with my auto update. I get the file to download but during the download I would like to have the percentage complete updated in the title bar. I dont really know where to start but my main thought was to do something like this :
That doesnt work. So now i'm kinda stuck. I also have another question. I need to know how to make my program watch for mouse clicks within your browser while in the system tray. The systray part is easy, but I cant figure out how to watch for the mouse clicks. What i'm wanting is when someone clicks on a file to download I want my program to pop up. I dont want it to pop up when a normal link is clicked on. I just dont know where to start when it comes to this kind of stuff. Any and all help is appreciated.Code:Counter = 0 Do While Counter <> 100 Counter = Counter + 1 Me.Caption = "Appname : " & txtURL.Text & CStr(Counter)
[Edited by Stephen Bazemore on 10-07-2000 at 10:05 PM]




Reply With Quote