Quote Originally Posted by mariocatch View Post
Some advice:

1) When you're referring to a user interface, don't use the term "interface" in conversations. "interface" in software development refers to a contract that classes can choose to abide by, and implement. Use the term "user interface", or "UI" instead.

2) There are a plethora of web pages out there describing how to build media players in C#. The question to YOU is, do you want to create one from scratch or do you want to use a bare bone control that gives you all the necessities needed to start making one.

You need to answer that question first, then we can guide you further. I personally suggest creating your own from scratch... There's really only a couple of buttons in a basic media player, and a list of songs to choose, or a file browser dialog... Like I said before... Create the UI! Then, once you have basic buttons on there, research each one and how you would hook it up to do what it should. IE: How to make the Play button start playing a song...
Ohk, thanks for the advice!
As for the answer to your question, like I said before, I wish to build it from scratch.... All I need to know is, how to construct the code for each button, ie., what code is to be written for each button???