
Edit Listview Subitem In Vb6 Sourceforge
Hi, I have a listview with 3 columns, and some rows. I have searched the internet for a code to edit a value of a subitem. I found soms code, like: ListView1.ListItems(2).SubItems(3) = 'something', but this won't work. Does someone can help me? (Sorry for my limited English) Greetings, Robin Robin, Are you using VB6 and the Listview control from that. Oct 04, 2004 Forums » VB6 / VBA / ASP » Visual Basic 6 » How to edit ListView SubItems in VB6. I can edit ListView item but not the SubItems. Anyone got any sample code to edit ListView SubItems? But I coundn't figure out how it works. It looks like you could change subitem text like this.
Hi!
I do have my own VB6 mp3-player, which uses 'Un4seen BASS.DLL' audiolibrary to play mp3 files. It works fine, but it doesn't support reading album cover (picture) from ID3V2 tags. For reading tags in text format, I use imported vb6 class module, that I found few years ago. But there isn't any methods for reading album cover, either. Someone suggested using AudioGenie3.dll with VB6 wrapper and here is the function:
Public Function ID3V2GetPictureFile(ByVal FileName As String, ByVal Index As Integer) As Integer
ID3V2GetPictureFile = ID3V2GetPictureFileW(StrPtr(FileName), Index)
End Function
Return value: Int16 normally -1, 0 on error or index not present
Filename: Name of the file where the picture will be stored
Index: index from 1 to picture frame count
CAUTION: TO REDUCE THE RISK OF ELECTRIC SHOCK, DO NOT REMOVE COVER (OR BACK). Following the instructions in this manual will enable you to obtain optimum performance and listening enjoyment from your new AV Receiver.WARNING: TO REDUCE THE RISK OF FIRE OR ELECTRIC SHOCK, DO NOT EXPOSE THIS APPARATUS TO RAIN OR MOISTURE. Onkyo tx nr809 manual.
Ok, but how can I pass the source mp3 filename for that function:
result = AudioGenie.ID3V2GetPictureFileW(Filename, index)
Does anybody have any suggestions or other example codes for that?
Thanks! Sn station imei tool online.
- 3 Contributors
- forum3 Replies
- 542 Views
- 3 Years Discussion Span
- commentLatest Postby Glyn_1
You will need to declare a new instance of the Audiogenie dll first -
Now call the result from your code above..