|
-
Sep 17th, 2004, 12:34 PM
#1
Thread Starter
Member
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
-
Sep 17th, 2004, 12:41 PM
#2
Hyperactive Member
Robintw,
Where's the attachment ?!?!?
JL
-
Sep 17th, 2004, 12:47 PM
#3
Thread Starter
Member
I told it to attach it!.....Trying again this time!
-
Sep 17th, 2004, 12:50 PM
#4
Thread Starter
Member
It still didn't work! I wonder why!?!
Instead.........download it from here:
Click Here
v weird!
Robin
-
Sep 17th, 2004, 12:52 PM
#5
Thread Starter
Member
Sorry again.....This is the right one:
Click Here
Robin
-
Sep 17th, 2004, 12:58 PM
#6
Hyperactive Member
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
-
Sep 17th, 2004, 01:37 PM
#7
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.
-
Sep 17th, 2004, 02:02 PM
#8
Thread Starter
Member
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
-
Sep 17th, 2004, 02:13 PM
#9
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.
-
Sep 17th, 2004, 02:15 PM
#10
Thread Starter
Member
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
-
Sep 17th, 2004, 02:18 PM
#11
put a breakpoint in, and examine values that are supposed to be added to the listbox. make sure that the file is getting opened.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|