-
Won't work in WinXP
Hi
I have written this software and it won't work in Windows XP. It loads up fine but won't dispaly anything in the listbox's that are meant to display mp3 files in the directory which is selected. Everything else works except the viewing of the list of files!
Anyone got any ideas? I have used the fso to list the files - is there a prob with this in XP?
The zip file attached has a setup.exe that will install all the files for you (just created with the Package and Development wizard) and also the vb files + the ocx's.
Thanks in advance
-
Robintw,
Where's the attachment ?!?!?:eek2:
JL
-
I told it to attach it!.....Trying again this time!
-
It still didn't work! I wonder why!?!
Instead.........download it from here:
Click Here
v weird!
Robin
-
Sorry again.....This is the right one:
Click Here
Robin
-
robyn,
I just answered you, cos there's no attach here in this topic, so, you will wait a lot without it... ;)
I have no XP machines here, so I can't give a try...
Let's wait... There's a lot of people that can help you, with the attach...
JL
-
I don't like to run .exe's and you have 2 of them. Just put all of the necessary files into the zip file, and we'll deal with them when needed.
I didn't see where you dim'd a fso. all I see is dim new xxx as fso
Usually I see
dim xfso as fso
dim xxx as new xfso
Does this run on anything else? Could be missing the first dim statement, or I could be wrong about this.
-
Hi
It works absolutely fine on my machine!
In the zip file is the setup.exe to install it........plus the vbp file and the ocx's needed to run it.
Robin
-
there may be files missing from the setup.exe, which I hesitate to run. sorry. post a section of the code, and the error that you are getting and I'll take a look at it.
-
As I said earlier there is not error message, the files just don't display in the listbox!
I have no idea what is wrong - and It seems to just be WinXP.
Robin
-
put a breakpoint in, and examine values that are supposed to be added to the listbox. make sure that the file is getting opened.