+ 3
Question about languages
Ok, i'm using Visual Studio Community, and I noticed c# can make windows and customize them and stuff. Side question: Can c++ do that? That'd be cool Main question: So I come from mainly using JS and I have very little programming experience. Is it possible to customize a window created with c# as much as I can with css? Like lets say I add a button to the window. Would I be able to make it look completely different? Like, I can change the look of an HTML button with css right? Is that possible with C#? This is probably a stupid question but I have no time to really experiment or anything right now. And wont for a few days.
4 Antworten
+ 4
Yes, You can do a lot of customization using c#..
C# is developed Microsoft on the basis of C Lang.
Microsoft mainly uses C, C++, C# languages for developing apps for windows..
You can make calculator app, music app and many more using c#...
+ 4
Hi there,
You can use WPF then
WPF:Windows Presentation Foundation
It's based on XAML
XAML :Extensive Application Markup Language
In WPF application you can customise every component like you can do with HTML Components
Syntax is also almost same to CSS inline styling
Hope that helps you.
☺️
+ 2
Its not a stupid question maybe basic but not stupid .
Guys what about C++
I mean how would i go about customizing the UI .. have mostl just have experience writing console applications ATM
I know about Qty framework for GUI but can it do as much or close to the customization u achieve with HTML+CSS on web.
+ 1
Thanks everyone! I'll do some research on some of the resources in some of the replies.
I'm surprised people actually understand the question, as I didn't entirely understand it when I started typing xD