Click here to Skip to main content
15,886,622 members
Articles / Desktop Programming / MFC
Article

An media player looks like Microsoft MediaPlayer10

Rate me:
Please Sign up or sign in to vote.
1.11/5 (12 votes)
16 Sep 20071 min read 33.3K   2.8K   22   5
An media player looks like Microsoft MediaPlayer10

Screenshot - snap00.jpg

Screenshot - snap01.jpg

Introduction

This app mimic Microsoft Media Player10'UI.

Background

This app,I call it MiniTV,original develop as a TVCard video player,in year 2005.
At the moment,I'm attracted by the UI of Microsoft Media Player10,and a job of mine need a video player,so why not write it myself.

I spend some time to study it's UI,and have search some others articles for some tips,such as adjust color and so on.
All control are self-draw and support change base color.
You can change skin base color in AboutDlg(for simplify,I put this function there).

Using the code

It look ok,but I think they are just part finished,since I have no idea how to implement min,max and close button just as mediaplayer10,so there look guly.Any ideas?
The code maybe useful for somebody,who knows,who cares.

Oh yeah,have reach to 100 words,why codeproject add this limit?
Have no more to say,for my poor english,oh,my God!

There are some comments written in Chinese,I has no time to change them to english,but the code itself should be easily understand without comment.

//
// Any source code blocks look like this
//

Remember to set the Language of your code snippet using the Language dropdown.

Use the "var" button to to wrap Variable or class names in <code> tags like this.

Points of Interest

Any improvement will be appreciate!

History

Originally developed at 2005,I upload it to codeproject at 2007.09.16

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
xwp
Software Developer www.MayGion.com
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralResource File Pin
Tamal Saha23-Oct-07 23:00
Tamal Saha23-Oct-07 23:00 
Generalopen a dll or exe in VC IDE: Pin
xwp24-Oct-07 3:58
xwp24-Oct-07 3:58 
Generalor use win32 API Pin
xwp24-Oct-07 4:02
xwp24-Oct-07 4:02 
GeneralThe 100 word limit Pin
Daniel Grunwald16-Sep-07 5:35
Daniel Grunwald16-Sep-07 5:35 
GeneralRe: The 100 word limit Pin
jmeaux18-Sep-07 5:19
jmeaux18-Sep-07 5:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.