Is Win7 Window Media Center interface a custom control?

Dsp 1024 51 Reputation points
2020-11-12T22:17:06.447+00:00

Hi all,

Is the interface of windows media center (WMC) in windows 7 a custom control? I'm looking for something similar where I can go up/down then left/right with a background image and that interface in WMC looks perfect but I'm not sure how to duplicate it. I just need a pointer on how to go about making something like that. Custom control or something else?

Thanks.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,575 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 84,276 Reputation points
    2020-11-16T19:26:05.85+00:00

    I downloaded it on Windows 10 to check the Interface
    and it uses its own Rendering Engine based on Direct3D 9

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2020-11-12T22:22:52.877+00:00

    Read on here.
    https://support.microsoft.com/en-us/windows/getting-started-with-windows-media-center-ef3fea63-6064-a710-255a-ec506626ea32

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Jenny Feng 14,116 Reputation points
    2020-11-13T02:03:30.143+00:00

    @Dsp 1024
    Hi,

    There is less information about the interface.
    While the Windows Media Player ActiveX control is based on Microsoft Component Object Model (COM) technology, you can embed it in programs written with many different programming languages.
    For your reference:
    https://video2.skills-academy.com/en-us/windows/win32/wmp/embedding-the-windows-media-player-control-in-a-custom-program

    Hope above information can help you.

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.