Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Urlmon.h, Urlmon.lib

1,213 views
Skip to first unread message

Bertram

unread,
Jun 8, 2013, 1:32:55 PM6/8/13
to


Hi all

I am user WinXp.

I want to use URLDownloadToFile, what should I install?

SDK, VS C++, other?


Thanks in advance

Regards



Auric__

unread,
Jun 8, 2013, 6:12:16 PM6/8/13
to
Bertram wrote:

> I am user WinXp.
>
> I want to use URLDownloadToFile, what should I install?
>
> SDK, VS C++, other?

Anything that can access the Windows API.

What *EXACTLY* are you trying to do? *Why* do you want to "use
URLDownloadToFile"?

--
Oh, no! "Forgettus-to-respondis" is contageous!

Bertram

unread,
Jun 9, 2013, 6:05:51 AM6/9/13
to

"Auric__" <not.m...@email.address> ha scritto nel messaggio
news:XnsA1D99B7A7FEB2au...@78.46.70.116...
> Bertram wrote:
>
>> I am user WinXp.
>>
>> I want to use URLDownloadToFile, what should I install?
>>
>> SDK, VS C++, other?
>
> Anything that can access the Windows API.
>
> What *EXACTLY* are you trying to do? *Why* do you want to "use
> URLDownloadToFile"?

UrlMon is using from URLDownloadToFile.

Where it is found Urlmon.h and lib?

Regards


Auric__

unread,
Jun 9, 2013, 12:19:59 PM6/9/13
to
Bertram wrote:

> "Auric__" <not.m...@email.address> ha scritto nel messaggio
> news:XnsA1D99B7A7FEB2au...@78.46.70.116...
>> Bertram wrote:
>>
>>> I am user WinXp.
>>>
>>> I want to use URLDownloadToFile, what should I install?
>>>
>>> SDK, VS C++, other?
>>
>> Anything that can access the Windows API.
>>
>> What *EXACTLY* are you trying to do? *Why* do you want to "use
>> URLDownloadToFile"?
>
> UrlMon is using from URLDownloadToFile.

That doesn't answer my question. *WHY* do you want URLDownloadToFile? What
are you trying to accomplish?

> Where it is found Urlmon.h and lib?

It'll be included with your compiler.

--
Her life is her own personal hell.

Bertram

unread,
Jun 10, 2013, 5:17:11 AM6/10/13
to


Hi

What is URLDownloadToFile, to download files.Amen!

Regards




R.Wieser

unread,
Jun 10, 2013, 6:40:19 AM6/10/13
to
Bertram,

URLDownloadToFile is a *function in a DLL* (Dynamic Link Library),
accesible by quite a few different programming and even by a number of
scripting languages.

You can use a language like C++/VC++ to access it, but a .NET will allow you
to do so too. Just like Delphi (descendant of Pascal). VisualBasic can do
it too, just like (IIRC) VBScript.

The problem is that if-and-when you are asking if you should install VS C++
you have a *long* way to go before you will be able to actually use that
function. What I mean ? You would first need to learn the language you've
choosen. And that can take months if not years to master. Especially when
you have to do it on your own.


Maybe its easier/better for you to find a program like "wget" (which is
Linux, but is most likekly ported to Windows too), which can, from the
commandlike, start a download of HTTP and FTP content from websites to the
local disk.

Regards,
Rudy Wieser


-- Origional message:
Bertram <nos...@nospam.org> schreef in berichtnieuws
51b5999b$0$1347$4faf...@reader2.news.tin.it...

Bertram

unread,
Jun 10, 2013, 7:25:30 AM6/10/13
to

Thanks


Do not worry about this, I have to write a program console to download the
foto.jpeg.

Wget I already use, but does not allow me to rename photos via the
clipboard.


Regards



Auric__

unread,
Jun 10, 2013, 10:19:29 PM6/10/13
to
But it *does* let you rename via command-line options:

F:\>wget --help
GNU Wget 1.11.4, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...
[...snip a bunch of options...]
-O, --output-document=FILE write documents to FILE.

Or you could write (for example) a batch file to handle the renaming for you.

--
- What do you think about this bra?
- Umm... sure.
- Okay, should I get this one in white or black?
- I don't know! I don't wear them, I just take them off of you!

Bertram

unread,
Jun 11, 2013, 4:45:33 AM6/11/13
to



Wget do not like me for this type of work.

Regards


Christian ASTOR

unread,
Jun 11, 2013, 5:09:12 AM6/11/13
to
Bertram a écrit :
> Wget do not like me for this type of work.

What is the problem with

"--output-document=FILE write documents to FILE."

??

Bertram

unread,
Jun 11, 2013, 3:07:16 PM6/11/13
to

"Christian ASTOR" <cast...@club-internet.fr> ha scritto nel messaggio
news:kp6pfv$boo$1...@speranza.aioe.org...
There is no problem, but the question of opportunity.


Regards



0 new messages