Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop unique GUI's in Visual Studio? [closed]

All programs that I develop utilize the default Windows Design template: enter image description here

Besides from changing the colors of the form, basically every program I write has this layout. I'm wondering how people create more custom GUI's. I tried looking it up on google but I clearly don't know how to phrase it to search. When I say custom GUI's I mean things like: enter image description here

I assume it comes down to customizing what loads, but I don't know where to look, or what to research.

like image 684
Fuzz Evans Avatar asked Feb 07 '12 01:02

Fuzz Evans


People also ask

Can I create GUI in Visual Studio?

You can develop Java GUI applications in Visual Studio Code easily. To achieve that, you need to install the Extension Pack for Java, which includes all the required extensions to develop Java GUI applications.

Can we make GUI in C++?

To develop C++ GUI or C++ graphical user interface application, you need an IDE that supports the C++ GUI application. To create the GUI app, you must use Visual Studio 2019 because it is better suited for the C++ GUI application.

How do I view the GUI in Visual Studio?

CTRL-SHIFT-E got me exactly to where I needed to be, thank you!


1 Answers

Take a look at Metro Framework. It is free, open source and famous one. I have recently used it and found it is very attractive. You can also find screenshots of the gui and code examples on the above mention link.

enter image description here

like image 124
Muhammad Saqib Avatar answered Oct 20 '22 20:10

Muhammad Saqib