Drag and Drop Media Files?
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
what does tagging it do?
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

A tag is just a string that is used to identify the item.
Tagging might not be needed, you should only need to work by the indexes that are already there.
Tagging might not be needed, you should only need to work by the indexes that are already there.
Mandai and Reboh's codes to add the song name and not the extension it only adds one song and it then crashesI think the subitems part is causing the crash.
hmm
Ill take that out then for now until the next version of the program
Ill take that out then for now until the next version of the program

Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

Mmmm, maybe it is crashing because of my "+ 1" part in the subitems adding. If so, write code that checks if the index is 0, if true then + 1, if false then don't.
Though I may be wrong, and I am expecting Mandai to correct me
Though I may be wrong, and I am expecting Mandai to correct me

I don't see how the i in the loop could relate to the subitem that you are trying to add. You need another loop within based on the subitem count to do something like that, or you could just specificy the number.
Eh, if you mean you can't see why the i would relate to the subitem(i + 1) part, then:
I am using the var i to keep track of the index and loop, without storing another integer to keep track of the index.
I am using the var i to keep track of the index and loop, without storing another integer to keep track of the index.
So if you are at item 5 then you will look for subitem #6? I don't see how that is useful in copying items from different listboxes.
I didn't intend for that, I intended to use + 1 to fix the exception it throws.
Zach, just check if the index is 0, if yes then + 1, if not then don't. That should work.
Zach, just check if the index is 0, if yes then + 1, if not then don't. That should work.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023