get the link as parameter to VB

cool
10-25-2004, 05:18 AM
Hi..

I would like to have just the link as parameter in my VB programm..

if I use "command" it downloads it and I got something like

"Dokumente und Einstellungen\user_name\Lokale Einstellungen\Temporary Internet Files\Content.IE5\data_name"

but I would like to have

"server name\data name" which is exactly what I see when I bring the mouse on this link

how can I make it?

thanx..

rxero
10-25-2004, 06:30 AM
Before I get any further into this I just wanted to verify what you are saying. You want your program to be able to download the contents of a website to the apropriate folder on your own comptuer based off of the folder name on the server? Such as

www.somesite.com/greatStuff.htm -> c:\download spot\greatStuff.htm
www.somesite.com/images/image1.jpg -> c:\download spot\images\images1.jpg
www.somesite.com/sound/theme.mid -> c:\download spot\sound\theme.mid

is this correct?

cool
10-25-2004, 06:44 AM
what I want to say is that.

I have a link in html like that:

http://10.1.3.21:82/get/DR/V/5577397/421496_____________+004+01.plmxml

when I click this link .It is starting a VB programm automatish with parameter.I take this parameter with command() but it seems like that

0\Dokumente und Einstellungen\user_name\Lokale Einstellungen\Temporary Internet Files\Content.IE5\L7ZT8FET\421496_____________+004+01[2].plmxml"/

I don't want this..I want this

http://10.1.3.21:82/get/DR/V/5577397/421496_____________+004+01.plmxml

as string..

how can I do that??

thanx..

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum