micheal jordan 0 Newbie Poster

Hi Every one
every body uses internet donwload manager knows it
So there is a feature in it, it's that you can donwload multi files
using Download All Links with IDM that methodfrom registry is like that
"C:\Program Files\Internet Download Manager\IEGetAll.htm"
so i went to the file and i found that script

<script language="VBScript">
set IDMLinksProcessor=CreateObject("IDMGetAll.IDMAllLinksProcessor")
if err<>0 then
MsgBox("IDM is not installed properly!"+ vbCrLf+"Please Install IDM again")
else
IDMLinksProcessor.Execute external.menuArguments
end if
</script>

so any way to work that out from visual basic
one more you can add IDM Object from References and IDMGetAll 1.0
and then do some thing like that
Dim IDM As IDMAllLinksProcessor
IDM.Execute What Here
I donot know what to write here

i hope i made my self clear So
Any Way that i can call this method with out using the right click on the browser

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.