bbriggstkd wrote:
I made the changes you suggested and the file names a displaying with the message box. I'm still getting the same error. It can't seem locate any but the first file name.
And how many files you have to be displayed? Two or only one?
ps. Which compiler do you using? My VB 6.0 tells that there is undefined types. But .NET 2003 compiler shows a lot of compiling errors:
Code:
MyBurner.vb(114) : error BC30067: 'Exit Function' is not valid in a Sub or Property.
MyBurner.vb(384) : error BC32022: 'Public Event BurnPercent(Percent As Integer)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.
MyBurner.vb(386) : error BC32022: 'Public Event BurnStatus(Status As String)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.
MyBurner.vb(420) : error BC32022: 'Public Event BurnPercent(Percent As Integer)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.
MyBurner.vb(572) : error BC32022: 'Public Event BurnStatus(Status As String)' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event.
MyBurner.vb(640) : error BC30451: Name 'Load' is not declared.
MyBurner.vb(825) : error BC30311: Value of type 'MyTechBurner.MyBurner.BurnerErrors' cannot be converted to 'MyTechBurner.cDiscInfo'.
MyBurner.vb(832) : error BC30311: Value of type 'MyTechBurner.MyBurner.BurnerErrors' cannot be converted to 'MyTechBurner.cDiscInfo'.
MyBurner.vb(834) : error BC30311: Value of type 'MyTechBurner.MyBurner.BurnerErrors' cannot be converted to 'MyTechBurner.cDiscInfo'.
MyBurner.vb(845) : error BC30311: Value of type 'MyTechBurner.MyBurner.BurnerErrors' cannot be converted to 'MyTechBurner.cDiscInfo'.
mStarBurn.vb(190) : error BC30828: 'As Any' is not supported in 'Declare' statements.
mStarBurn.vb(190) : error BC30828: 'As Any' is not supported in 'Declare' statements.
mStarBurn.vb(204) : error BC30828: 'As Any' is not supported in 'Declare' statements.
mStarBurn.vb(450) : error BC30508: 'Stat1' cannot expose a Private type outside of the Friend module 'mStarBurn'.
mStarBurn.vb(450) : error BC30508: 'Stat2' cannot expose a Private type outside of the Friend module 'mStarBurn'.