
Your program will open and you can already test it. Click on the “Start” button at the top of the taskbar. Then, we save the project and compile it. Of course you can extend your GUI as much as you like! You can find more information here. Nothing special – the entered name of the text box is read and just written in the label. In our example, it should only be about the fact that the text is read out and displayed on the label as soon as the button is pressed.ĭouble click on the button opens the Click function, in which we write our code: private void button1_Click(object sender, EventArgs e) You can set further details and create a nice GUI very fast. In my case, I choose a text box, a button and a label: Here, you can simply pull out and place elements. On the left side there is a toolbox, in which all elements such as buttons, etc. Enter the name and location below.Īfter the project has been created, the Form Designer opens. It takes a while and you have to restart the computer.Īfter the installation, open Visual Studio and choose File -> New -> Project -> Visual C# -> Windows Forms App (.NET Framework). NET desktop development environment, which is about 5GB in size. Download it on your Windows PC and install at least the. This is available for free in the Community Edition. In addition, Visual Studio must be on our computer.įirst of all, we have to install Visual Studio. NET, and GUI building, we recommend a small but helpful guide. Raspbian ( no Lite version) with installed desktop is recommended. In addition to a Windows PC (Win7, Win 8, Windows 10) you need a Raspberry Pi with user interface. In this tutorial we created a small test GUI and prepare everything so that we can open user interface that is written in C# on the Raspberry Pi as well.

These are created via Windows and then made executable on the Raspberry Pi. In addition to creating graphical interfaces via web servers such as Node.JS or Python and TKinter, we also have the option to run GUIs that were created by Visul Studio on the Raspberry Pi.
