+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Tutorial: Playing MP3 files with C#

  1. #11
    gokuajmes's Avatar
    gokuajmes is offline Programming God
    Join Date
    Jan 2010
    Location
    India
    Posts
    516
    Blog Entries
    5
    Rep Power
    12

    Re: Tutorial: Playing MP3 files with C#

    very well done.Good tut.
    How do i + Rep U [ i am new over here ]

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #12
    hampus.tagerud's Avatar
    hampus.tagerud is offline Learning Programmer
    Join Date
    Mar 2008
    Location
    Sweden
    Posts
    46
    Rep Power
    15

    Re: Tutorial: Playing MP3 files with C#

    Very nice tutorial! Just was I was looking for!! +rep (Y)

  4. #13
    Jany is offline Newbie
    Join Date
    Apr 2010
    Posts
    1
    Rep Power
    0

    Re: Tutorial: Playing MP3 files with C#

    very nice program

  5. #14
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Tutorial: Playing MP3 files with C#

    Quote Originally Posted by Parabola View Post
    Time to make my own media player....
    Yeah, let's all do that. Nobody ever thinks to work in a team with others to make something good, but they want to do it theirselves. This way, 10 people would like to build a media player that would sucks 100 times more than the one that they could build together. Why don't people ever teamwork ?
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

  6. #15
    Fatimah is offline Newbie
    Join Date
    Jan 2010
    Location
    Saudi Arabia
    Posts
    3
    Rep Power
    0

    Re: Tutorial: Playing MP3 files with C#

    nice tutorial +rep

  7. #16
    almohands is offline Newbie
    Join Date
    May 2010
    Posts
    3
    Rep Power
    0

    Re: Tutorial: Playing MP3 files with C#

    i have a problem when add openfileDialog become unber the form
    any one help me

  8. #17
    Davide's Avatar
    Davide is offline Programming God
    Join Date
    Dec 2009
    Location
    Manchester, UK
    Posts
    507
    Blog Entries
    8
    Rep Power
    11

    Re: Tutorial: Playing MP3 files with C#

    1. That's the place where it should be. You can use it like this:
    Code:
    openFileDialog1.ShowDialog();
    string path = openFileDialog1.FileName;
    2. Create a new thread if you have a question.
    Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

  9. #18
    almohands is offline Newbie
    Join Date
    May 2010
    Posts
    3
    Rep Power
    0

    Re: Tutorial: Playing MP3 files with C#

    when write your code the the file dialog display when i make debug but i want display box and make browse using button

    and thank you

  10. #19
    aBsInTh is offline Newbie
    Join Date
    Dec 2010
    Posts
    3
    Rep Power
    0

    Re: Tutorial: Playing MP3 files with C#

    if anyone knows how to add playlist?thanks

  11. #20
    sam_coder's Avatar
    sam_coder is offline Programming Expert
    Join Date
    Dec 2010
    Location
    Canada
    Posts
    372
    Rep Power
    7

    Re: Tutorial: Playing MP3 files with C#

    Quote Originally Posted by aBsInTh View Post
    if anyone knows how to add playlist?thanks
    do you mean importing pls files?

    or just keeping track of multiple files and playing one after the other?

+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. C# Tutorial: Reading and Writing XML Files
    By rueleonheart in forum CSharp Tutorials
    Replies: 3
    Last Post: 07-19-2011, 12:02 PM
  2. C# Tutorial: Writing Text Files
    By Xav in forum CSharp Tutorials
    Replies: 47
    Last Post: 05-30-2011, 07:38 AM
  3. having difficulty playing mp3 files in linux....
    By SnydeMz in forum Linux Applications
    Replies: 2
    Last Post: 10-28-2010, 05:25 PM
  4. Replies: 0
    Last Post: 08-17-2010, 01:52 PM
  5. Tutorial: Playing video files with Managed DirectX
    By ArekBulski in forum CSharp Tutorials
    Replies: 5
    Last Post: 05-29-2010, 02:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts