I Created my application in Windows XP with VB6.
My app and it's exe work fine in XP running from the Hard Disk, and also when I run the software from CD (which is my ultimate plan). I use Stand-Alone Xpress, a VB Project Packager that compiles all Libraries and controls into one EXE, to create my CD. (alos using Autorun.inf to start the prog)
However, when I test the CD in Windows 98, I get a file error saying that the Path is not found.
This is in relation to a WebBrwoser on my main form, which initially loads up the following code
[tt]
StartingAddress = App.Path & "\blank.html"
brwBrowser.Navigate StartingAddress
[/tt]
The Error Tells me that [tt]G:\\blank.html[/tt] Doesn't Exist, And Yes, the double backslash does come up in the msgbox (G:\\). The file is in the root of G (the CD) but the problem is the program doesn't seem to recognise StartingAddress variable properly in Windows98.
If anyone could help, I would be eternally grateful.
If anyone needs me to clarify anything or another example of code, please reply to this thread and I will post it.
Thanx in Advance,
Regards,
¥oshi ![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
-------------------------
"There is No Spoon.."
-------------------------
Programming Outsource:
"I'm an idealist. I don't know where I'm going but I'm on the way." — Carl Sandburg, 20th-century American poet and writer
My app and it's exe work fine in XP running from the Hard Disk, and also when I run the software from CD (which is my ultimate plan). I use Stand-Alone Xpress, a VB Project Packager that compiles all Libraries and controls into one EXE, to create my CD. (alos using Autorun.inf to start the prog)
However, when I test the CD in Windows 98, I get a file error saying that the Path is not found.
This is in relation to a WebBrwoser on my main form, which initially loads up the following code
[tt]
StartingAddress = App.Path & "\blank.html"
brwBrowser.Navigate StartingAddress
[/tt]
The Error Tells me that [tt]G:\\blank.html[/tt] Doesn't Exist, And Yes, the double backslash does come up in the msgbox (G:\\). The file is in the root of G (the CD) but the problem is the program doesn't seem to recognise StartingAddress variable properly in Windows98.
If anyone could help, I would be eternally grateful.
If anyone needs me to clarify anything or another example of code, please reply to this thread and I will post it.
Thanx in Advance,
Regards,
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
-------------------------
"There is No Spoon.."
-------------------------
Programming Outsource:
"I'm an idealist. I don't know where I'm going but I'm on the way." — Carl Sandburg, 20th-century American poet and writer