Question about languages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

2nd Dec 2018, 8:44 PM
Daniel Cooper
Daniel Cooper - avatar
4 Answers
+ 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#...
2nd Dec 2018, 9:05 PM
Marut Nandan
Marut Nandan - avatar
+ 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. ☺️
2nd Dec 2018, 10:13 PM
Bad_Bits
Bad_Bits - avatar
+ 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.
2nd Dec 2018, 10:35 PM
Antony O. Onyango
Antony O. Onyango - avatar
+ 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
3rd Dec 2018, 2:14 AM
Daniel Cooper
Daniel Cooper - avatar