I want to make my own GUI components

Asked 2 years ago, Updated 2 years ago, 130 views

Currently, I am trying to create a GUI-powered software with a timeline like AviUtl.However, UI components such as timelines are not existing, so I'm thinking of making my own.

I would like to be able to make my own UI when I want it, not just the timeline, but how can I make it?

The choices are per Electron, WPF, and Windows Form.
The languages you can write are per Python, C++, C#, and Typescript.

Thank you for your cooperation.

wpf electron gui

2022-09-30 16:34

1 Answers

Whether you want to create an independent UI component or an application with a special UI is slightly different, but you can create an existing UI using C# (.NET Framework).

"If you are thinking of starting with the parts first, I think you can find quite a few examples by looking up the search word ""Custom Control."""However, what this will find is a development method, and I think you need to be familiar with Windows systems and .NET Framework in order to achieve the functionality you are thinking about.There may be a long way to go, but please do your best.


2022-09-30 16:34

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.