Could PureBasic be improved to support the Windows 10 look, such as checkboxes in blue and progress bars thin and also blue?

Thanks!
Thanks for the link to IceDesignplouf wrote: Tue Sep 06, 2022 8:05 am Imho new gui framework must be implmented to this this
And most peobably you have to go to a hybrid "webgadget gui" that interact with rest of app
Something like this for example
viewtopic.php?t=74582
viewtopic.php?t=74711
it gets liveFinally a new native solution is coming ! Thanks for the wrapper, we will look into it once it gets live.
Blue checkboxes like on your picture are supported already by PB (at least I see them here on Windows 11).marcoagpinto wrote: Tue Sep 06, 2022 6:57 am Could PureBasic be improved to support the Windows 10 look, such as checkboxes in blue and progress bars thin and also blue?
+10000jacdelad wrote: Tue Sep 06, 2022 9:35 pm Maybe a framework for custom standard controls would be nice. Like the many controls contributed by thorsten, but an all in one package with a customizable look, which would be used for all of them. Then we could easily imitate any Windows look, or create an own one for PB applications.
Yeah, I'd like to do it, but unfortunately I lack of time and am still busy switch the ribbon gadget (which is going well but needs a refactoring, the code is a mess). Also, for my work I have to start with C# in November...Caronte3D wrote: Wed Sep 07, 2022 9:16 am+10000jacdelad wrote: Tue Sep 06, 2022 9:35 pm Maybe a framework for custom standard controls would be nice. Like the many controls contributed by thorsten, but an all in one package with a customizable look, which would be used for all of them. Then we could easily imitate any Windows look, or create an own one for PB applications.
No swearingjacdelad wrote: Wed Sep 07, 2022 6:37 pm Also, for my work I have to start with C# in November...
But who knows...
I'll try my best. Unfortunately I'm afraid that if I really start coding with C#, I'll completely switch to it and have to abandon PureBasic.
Hope you don't, to many people do abandon it, but maybe it will just turn you into a code
Thanks, maybe. I don't want to get too offtopic. I always feel like my skills aren't the best, though I think it's good enough to move some things. I code small tools for the company I work for (though I'm not (yet) installed as a programmer, these projects are sidejobs) and I recently got an e-mail with a thankyou, because one of my tools saved my company roughly 600.000€ and hundred of hours of manpower. So yeah, maybe I'm on a good way.idle wrote: Sat Sep 10, 2022 1:01 am Hope you don't, to many people do abandon it, but maybe it will just turn you into a code(ninja)
I'll do!skywalk wrote: Sat Sep 10, 2022 1:27 am Just be sure to master the version control software(git,fossil,mercurial) used at your work. Then no harm.
Ask for syntax rules and coding standards and this will make your code easy to follow and insert and debug.