65.9K
CodeProject is changing. Read more.
Home

An media player looks like Microsoft MediaPlayer10

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.11/5 (10 votes)

Sep 16, 2007

1 min read

viewsIcon

33581

downloadIcon

2837

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