Share via

How do i make a uwp app like https://learn.microsoft.com/en-us/windows/apps/design/controls/media-playback on visual studio 2022

Anonymous
2023-12-09T13:56:13.7866667+00:00

How do i make a uwp app like https://learn.microsoft.com/en-us/windows/apps/design/controls/media-playback on visual studio 2022

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. MotoX80 37,696 Reputation points
    2023-12-09T14:59:21.7666667+00:00

    You start small and build on what you learn.

    Start by building a "Hello World" app. Learn how to navigate Visual Studio. Learn how events work. Add some controls to your app. See how they work. Learn how to compile the code.

    Find sample projects on the net. Compile them. Play with them. Make changes to them.

    Take a course at a local school that teaches C# programming with Visual Studio.

    Luke, you keep asking very open ended, non-specific questions. Like how to build a Google Earth type app. This appears to be one of those occasions where, if you have to ask these questions, then you likely don't have the experience needed to build such an app.

    If you are just learning how to program, start with basic functionality first.

    https://learn.microsoft.com/en-us/samples/browse/?languages=csharp

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

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