VB Express 2008 - File directory help please?
Sorry if this was meant to go somewhere else but it isn't VB.NET and it later than 6 :blush:
Anyways, i have coded a video downloaded and i want to include a converter as a separate exe file. But obviously people may have different file directories so a simple piece of code i have used won't work. This is what i have:
Also where would i place the exe file?
All help appreciated, thanks in advance,
Ryan
Re: VB Express 2008 - File directory help please?
Welcome to VBForums :wave:
VB 2008 is actually VB.Net, but Microsoft don't make it very clear these days... thread moved from the 'VB6 and Earlier' forum to the 'VB.Net' (VB2002 and later) forum.
Re: VB Express 2008 - File directory help please?
My code disappeared it is:
Shell("C:\Program Files\Youtube Downloader\Application Files\Youtube Downloader_1_0_0_0\FlvToMp3(windows).exe")
Re: VB Express 2008 - File directory help please?