i am addicted to many things, cigarettes, computers, etc. (tryign to quit the first addiction) however one of my biggest addictions is the aquisition of DVD's lately ive been looking for the best prices for certain dvd's, ive been checking the prices on line using the following sites
www.hmv.com.au
www.sanity.com.au
www.ezydvd.com.au
www.borders.com.au
and a few others,
as you can imagine this can be pretty time consuming so i figured id make a custom browser in vb that would search all of these for the same price, simultaneously so i can compare and get whats the most affordable
ive pretty much finished setting it up however i am having trouble with 1 aspect of the coding
to open the browser i use this code
System.Diagnostics.Process.Start("D:\Program Files\mozilla.org\Mozilla\mozilla.exe", hmv)
(i defined hmv as a string for the hmv website)
what i would like to do is set it to using internet explorer as opposed to mozilla, my problem is to use explorer i have to type its exact location, which i cannot find
i am running win xp home edition and have tried searching for the target but come up with nothing,
can anyone help me with this?
cheers,
ben
Edited by BTPH, 28 July 2005 - 01:27 AM.