dahh....... progress bar i meant :D
Printable View
dahh....... progress bar i meant :D
What you want to do (with the downloading/progress bar) is actually very simple . . . I recomend checking out the VB World tutorial on making your own web browser found here . . . That will let you download files and stuff from the net. A few pointers, if I may:
[list=1][*]If you don't want a dialog box to appear, set "Silent" (or something like that . . .) to "True". This disabled the dialog boxes (or so I've been told . . .)[*]As far as I know, you can only use the standard progress bar that comes with VB; no "souped up" or customized ones.[*]Make sure you point the browser to a file, and not a website. (I.E. instead of http://www.mysite.com/downloads/downloads.html make sure it is something like http://www.mysite.com/downloads/myprogram.exe[/list=1]
Correct me if I'm wrong!
JD
i don't get my app to be "silent"
it always shows a "save to" box :(
maybe i got to set a flag, or set a path where to store the file?
can somebody help me?
thanks in advance
i was just reading in the MSDN help files, and suddenly i came across "Asynchronous Monikers".... it seems like what i need, but i just cant find out how it works.... it is not even a sample in there :(
well, i hope somebody knows how to use this....
VB makes me :eek: :confused: :( :D :o