Results 1 to 5 of 5

Thread: Download Window

  1. #1

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335

    Download Window

    Ok i know nothing about the inet control and yet i dont like it. ( i dunno why ) So can anyone tell me the code to use windows download window . like the window that pops up when you download . I want to be able to enter the URL and have that box do its stuff.
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  2. #2

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    like the below.

    Attached Images Attached Images  
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  3. #3

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    can someone plz help
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

  4. #4
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Hiya Jason, haven't seen you around here for ages!
    The DoFileDownload function opens a download dialog.
    Does this help you out? The parameter is the location of the file you want to download & it starts the common dialog box you've shown above...
    VB Code:
    1. Private Declare Function DoFileDownload Lib _
    2. "shdocvw.dll" (ByVal lpszFile As String) As Long
    3.  
    4. Private Sub Form_Load()
    5.    DoFileDownload StrConv("http://www.allapi.net/", vbUnicode)
    6. End Sub

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  5. #5

    Thread Starter
    Frenzied Member JasonLpz's Avatar
    Join Date
    Mar 2001
    Location
    Brooklyn, NY
    Posts
    1,335
    perfect thanks alot. I dont really remember you but i guess you must be a good friend cuz you helped lol thanks again and c ya l8er
    - JayWare
    Live to love. Not to Hate

    Im to busy to have a site. But I got one and still working on it.

    http://dre3k.net/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width