What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HELP: Downloading MS Access file in VB6 App using INET control

HELP: Downloading MS Access file in VB6 App using INET control
Author: Message:
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
RE: HELP: Downloading MS Access file in VB6 App using INET control
quote:
Originally posted by RileyM
Thank-you Mike2. It is working. I think i'll leave the progressbar out for now

This will do your progress bar for the above method
set the progress bar max to 100 (where mobjDownload is the actually name of the object you use for download and prgDownload is the object name of the progress bar)
code:
Private Sub mobjDownload_DownloadProgress(ByVal ReceivedBytes As Long, ByVal TotalBytes As Long)
    prgDownload.Value = CLng(100 * (ReceivedBytes / TotalBytes))
    DoEvents
End Sub


This post was edited on 06-03-2005 at 03:28 PM by Hah.
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
06-03-2005 03:27 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-02-2005 at 01:35 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by RaceProUK on 06-02-2005 at 01:51 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-02-2005 at 01:54 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 12:59 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 01:13 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Mike on 06-03-2005 at 02:01 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 02:26 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Mike on 06-03-2005 at 02:49 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 03:00 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 03:17 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 02:58 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 03:14 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 03:27 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 03:32 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 07:12 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-05-2005 at 11:06 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On