Which programming language?
Hello, I want to build a GUI application that can be used to optimize my PC. For example, there's a widget that lets you set the power saving mode to maximum performance. So what do I actually need: a GUI and efficient access to the system, such as regediting, so I can basically optimize the entire system. Maybe even a BIOS without a password.
Actually, the programming language used does not play a big role, so you have access to a Framwork that provides GUI functionality.
Under .Net is usually Form.
In C# a simple demo would look like this:
Demo.cs
the same thing in Powershell:
demo.ps1
On a Windows computer it is of course easiest to program small projects with C# or Powershell.
Theoretically you don’t even need Visual Studio a simple compiler “csc.exe” located on any Windows system.
Here is a small batch with which you can compile small C# programs with .Net-Framework 4.8:
compile.cmd
simply drag a .cs file to the batch…
My personal favorite for GUI applications is floodter.
There is a flooded package with access to the Win32Api, which could probably go a lot.
You can also execute C code in Dart (Programming language by Flutter. That’s how you would have C for the functionality and flooders for the GUI.
What is exactly possible will also depend on what is changed in Windows at all. With C or C++, the chances could be best.
Native Windows widgets should not be possible with Flutter. You would have a window from the program.
The setting of the maximum power mode would have to with work. It is part of the Win32 API and will be available in Dart, C, C++, C# and probably other languages.
C or cpp?
Thank you very much. Would Python still be an option despite slowness?
Python is not slow when you have new hardware
And would you decide C or CPP.
I don’t know what the difference between the two is
C/PP?
Thanks would you prefer C or CPp?
I find CPP cooler π