Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

[62] Build an MP3 Player

Last post 01-07-2008 7:34 AM by AziMo. 118 replies.
Page 8 of 8 (119 items) « First ... < Previous 4 5 6 7 8
Sort Posts: Previous Next
  • 11-12-2004 7:13 PM In reply to

    • Cornflex
    • Not Ranked
    • Joined on 11-12-2004
    • New Member
    • Points 5
    nice
    • Post Points: 0
  • Advertisement

    • Red Gate Software

    Advertisement

    Want to boost your .NET application performance?

    Some developers always seem to write efficient and lightening-fast code. What is their secret? It’s ANTS Profiler. “We improved the performance of the application up to 10 times” Dan Ports, Intrigma.

    Try it for yourself now.

  • 12-22-2004 3:17 AM In reply to

    Prob

    i look at the project and do the stuff it says in the readme and i keep on getting errors in the vb project file  " Run-time error 424, object reqired" i keep on getting this error help plz

    Thankx , pete
    • Post Points: 0
  • 01-09-2005 12:48 PM In reply to

    • andorsay
    • Not Ranked
    • Joined on 01-09-2005
    • New Member
    • Points 20

    reply

    When the user enters in a path like "C:\Windows\Media\" this code does the following:

    - Goes to the Right Side of the Path entered, in this case the "\"
    - If it finds the "\" backslash there then the FileName is equal to the path plus the FileName
    - So if the FileName was "beatles.mid" then the FileName now is "C:\Windows\Media\beatles.mid"

    - If it doesn't find the "\" backslash then it adds the backslash at the end of the path and then adds the FileName.

    Hope this helps.

    Andorsay
    • Post Points: 0
  • 01-09-2005 12:49 PM In reply to

    • andorsay
    • Not Ranked
    • Joined on 01-09-2005
    • New Member
    • Points 20

    reply

    When the user enters in a path like "C:\Windows\Media\" this code does the following:

    - Goes to the Right Side of the Path entered, in this case the "\"
    - If it finds the "\" backslash there then the FileName is equal to the path plus the FileName
    - So if the FileName was "beatles.mid" then the FileName now is "C:\Windows\Media\beatles.mid"

    - If it doesn't find the "\" backslash then it adds the backslash at the end of the path and then adds the FileName.

    Hope this helps.

    Andorsay
    • Post Points: 0
  • 01-09-2005 12:50 PM In reply to

    • andorsay
    • Not Ranked
    • Joined on 01-09-2005
    • New Member
    • Points 20

    reply

    When the user enters in a path like "C:\Windows\Media\" this code does the following:

    - Goes to the Right Side of the Path entered, in this case the "\"
    - If it finds the "\" backslash there then the FileName is equal to the path plus the FileName
    - So if the FileName was "beatles.mid" then the FileName now is "C:\Windows\Media\beatles.mid"

    - If it doesn't find the "\" backslash then it adds the backslash at the end of the path and then adds the FileName.

    Hope this helps.

    Andorsay
    • Post Points: 0
  • 01-09-2005 12:50 PM In reply to

    • andorsay
    • Not Ranked
    • Joined on 01-09-2005
    • New Member
    • Points 20

    reply

    When the user enters in a path like "C:\Windows\Media\" this code does the following:

    - Goes to the Right Side of the Path entered, in this case the "\"
    - If it finds the "\" backslash there then the FileName is equal to the path plus the FileName
    - So if the FileName was "beatles.mid" then the FileName now is "C:\Windows\Media\beatles.mid"

    - If it doesn't find the "\" backslash then it adds the backslash at the end of the path and then adds the FileName.

    Hope this helps.

    Andorsay
    • Post Points: 0
  • 04-15-2005 5:05 PM In reply to

    • Programmer
    • Top 150 Contributor
    • Joined on 04-15-2005
    • Slovenia
    • Fanatic Member
    • Points 925

    reply

    I suggest you use the Microsoft active movie control instead of Windows Media Player Control.(you can download the *.ocx file at http://www.zerohack.it/downloads/ocx.htm. Then open Visual Basic go under Project  and click Components. Click browse and select the *.ocx file you have extracted from *.zip file.

    However if you still want to use the WMP control you should check the following things, because i don't think there is something wrong with the code:

    * the version of you Windows Media Player
    *check if the right video codec is installed
    *check if the right and the newest sound driver is installed

    HOPE THIS HELPS.....................
    • Post Points: 0
  • 04-15-2005 5:08 PM In reply to

    • Programmer
    • Top 150 Contributor
    • Joined on 04-15-2005
    • Slovenia
    • Fanatic Member
    • Points 925

    Movie Subtitles

    Does anyone have any idea how to make a program that will read movie subtitles from files like *.sub, *.txt...

    Thanks!
    • Post Points: 0
  • 06-26-2005 6:06 PM In reply to

    • sparks
    • Not Ranked
    • Joined on 06-26-2005
    • New Member
    • Points 5

    dvd subtitles

    If you are interested in just ripping the subtitles from a video or DVD then I suggest doing a search on google for a program called Subrip. This will do what you want, although I am afraid it is not a VB solution... This will extract subtitles, and then you could read them into a vb program if you need to manipulate the subtitles.
    • Post Points: 0
  • 09-23-2005 11:11 AM In reply to

    when you want to get then path of a FileListBox or DirListBox, if it returns a folder in drive it return for example "c:\windows" without "\" at the end if path. but if the path was a drive it returns path with "\" at the end if it, like "c:\" . to privent having two "\\" in our path we write these codes for getting FileListBox or DirListBox path.
    pardon me for my bad English and hope i could help.
    • Post Points: 0
  • 10-24-2006 4:57 PM In reply to

    • KoA
    • Not Ranked
    • Joined on 10-24-2006
    • New Member
    • Points 10

    Re: [62] Build an MP3 Player

    Can someone help me?

    First, im getting Object does not support this this methor or property on ".Filename = Filename"
    Next, im getting the same thing for for the 2 options in the timer?

    Help Please






    • Post Points: 10
  • 11-08-2006 10:18 AM In reply to

    WMP.DLL VB.net media player master

    Hi people I have written a few media players and a few turned out good(most were crap thaugh).
    If any one wants any help, Id be glad to.

    My media player im working on now has the following features (Completed Features)


    • A fully featured library with full search, and sort functionality (much faster than WMP)
    • Add media to library, replace library, Even Have Multiple Librarys (for multi users)
    • Check Library for bad links, check library tag info(againts files, incase they were changed outside this program)
    • No unwanted info in library,
    • ID3 v1, v2, MP3 and WMA capable
    • Tag editor (from the song playing or any selected song or songs) for MP3 & WMA
    • ID3 & WMA batch tag editor, (can do both simultaneasly & any number of songs)
    • It has a "Rewind or Fast Reverse Button" (unlike WMP, even thaugh they gave the dll the function that does nothing??? even in WMP 11 and 10 the Fast reverse button doesnt work)
    • Skinnable (2 built in skins), import skins & choose your skin with one click (thanks to Skin Crafter but I cant afford a full version)
    • All expected controls (play, pause stop, FF, RR, skip, back, volume ect)
    • Playlist capability, I call it cusom list (import playlists)
    • Automaticly download album art

    Im working on & would appreciate help with the following (Incomplete/Non-Existant Features)

    • CD ripping. ripping to WAV & encoding to MP3
    • CD burning (got data cd burning working, now for audio cd) using (IMAPI wrapper)
    • Download Tag info (freeDB2). sort of figured out
    • Smart Tagging (analize and make best guess, at correcting and filling in missing tags)

    And im still finding features...
    All my source code I am prepared to share (well little samples atleast as I will not release the full code until its finished) The code is all easy, there is no advanced stuff.

    Send me an E-Mail if you want at  v8_boost@hotmail.com

    • Post Points: 5
  • 06-03-2007 1:15 AM In reply to

    Re: TW 2000

    Anyone one plz help me with mediaplayer's iserviceprovider and how to program remoting mediaplayer
    • Post Points: 5
  • 01-07-2008 7:34 AM In reply to

    • AziMo
    • Not Ranked
    • Joined on 01-07-2008
    • Malaysia
    • New Member
    • Points 0

    Lyrics support

    hey there...does anyone know the way a media player with lyrics support??

     

    thanx!! 

    • Post Points: 0
Page 8 of 8 (119 items) « First ... < Previous 4 5 6 7 8