The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Coders Corner

Reply
 
Thread Tools Display Modes
Old 12-10-2006, 02:19 PM   #16
Low Bitrate
 
Borte's Avatar
 
Join Date: Jan 2006
Location: Norway
Vehicle: Audi S4
Posts: 90
My Photos: (0)
One thing that would make your coding easier is to use an Control array.
Unless you're already using it though...

If it's of any help I wouldn't mind sharing what I created so far. It's not complete on all aspects but it is working (but programmed in VB6 not .Net).

Cheers
Borte
__________________
Failure is not an option...
Borte is offline   Reply With Quote
Sponsored Links
Old 12-11-2006, 07:22 AM   #17
Constant Bitrate
portreathbeach's CarPC Specs
 
Join Date: Sep 2006
Location: Cornwall, England
Vehicle: 2003 VW Transporter T5
Posts: 145
My Photos: (46)
How far have you got with your project Borte? As mentioned before. I have coded a module to control Winamp, one to control Radiator (for my radio), the volume control and have now finished my Listbox thing that I was trying to create at the start of this thread. What are you using for DVD. I have tried to use Windows Media Player, but it causes my computer to crash and reboot 50% of the time.

Do you read MP3 file and get the TAG data from them. I can do it with ID3 v 1 but not with v2. I have donwloaded lots of code samples from the internet, but nothing works with all of my MP3s.

As I've said before, I've only been programming VB.Net for 10 weeks, had to start from scratch, but I used to program Basic years ago, and I've eventually grasped Object Orientated Programming. It took a while!
portreathbeach is offline   Reply With Quote
Old 12-11-2006, 11:07 AM   #18
Low Bitrate
thekl0wn's CarPC Specs
 
thekl0wn's Avatar
 
Join Date: Apr 2005
Location: PoCo, Indiana
Vehicle: 96/Chevy/C1500|99/Chevy/Tahoe
Posts: 96
My Photos: (0)
What version of the WMP SDK are you using? You can get/set the tags using an axWMP_lib object, but I believe it still would require an embedded Media Player on your form.
__________________
Planning [-------X--] 80%
Parts [-------X--] 80%
Install [-X-------] 15%
thekl0wn is offline   Reply With Quote
Old 12-11-2006, 03:55 PM   #19
Low Bitrate
 
Borte's Avatar
 
Join Date: Jan 2006
Location: Norway
Vehicle: Audi S4
Posts: 90
My Photos: (0)
portreathbeach:
I'm not developing a frontend (yet), i'm currently trying to make my own navigation software so I'm not able to help you out on the frontend issues. Sorry! I could help you out on the listbox issue since I just had created my own.

Cheers
Borte
__________________
Failure is not an option...
Borte is offline   Reply With Quote
Old 12-12-2006, 09:16 PM   #20
Newbie
 
Join Date: Feb 2006
Posts: 13
My Photos: (0)
ScrollBar Removal

I am subclassing a ListBox and drawing my own items, including album art for each item.

The scrollbar is a separate control and is also owner drawn.



This is the code I use to remove the scrollbar.

Code:
Declare Function ShowScrollBar Lib "user32" (ByVal hwnd As IntPtr, ByVal wBar As Integer, ByVal bShow As Integer) As Integer Public Const WM_NCCALCSIZE As Integer = &H83 Protected Overrides Sub WndProc(ByRef m As Message) Try If m.Msg = WM_NCCALCSIZE Then ShowScrollBar(Me.Handle, 1, False) End If MyBase.WndProc(m) Catch ex As Exception End Try End Sub

And as for ID3 tags I use UltraID3Lib... works great with all flavors of tags.
http://home.fuse.net/honnert/hundred/UltraID3Lib/

Last edited by DigitizedLife : 12-12-2006 at 09:26 PM.
DigitizedLife is offline   Reply With Quote
Sponsored Links
Old 12-13-2006, 05:22 PM   #21
Constant Bitrate
portreathbeach's CarPC Specs
 
Join Date: Sep 2006
Location: Cornwall, England
Vehicle: 2003 VW Transporter T5
Posts: 145
My Photos: (46)
Very nice list box, especially with the album covers.

I'll give UltraID3Lib a go. Do you know if it works with all ID3 tags made using iTunes? Other programs, like Windows Media Player, isn't able to read a lot of my tracks encoded with iTunes? Bloody Apple!

Last edited by portreathbeach : 12-13-2006 at 05:27 PM.
portreathbeach is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Release new phoco integration preview Robby BMW Road Runner 543 04-29-2008 10:10 AM
CUSTOM LISTS/ command list liquid_smoke Road Runner 2 11-27-2006 11:22 AM
XM Station list is rather slow DaveB Road Runner 5 03-15-2006 12:57 PM
thumbnail view for folder and list view for file? civic5zigen Road Runner 9 11-01-2005 12:55 AM
"state of the art" parts list? kbyrd Newbie 13 04-29-2005 11:35 AM


All times are GMT -5. The time now is 08:40 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics