I will use Visual Studio 2022 Community and i whant to create the software using Windows Forms App(.NET Framework) using .NET 6.0 software makes the following: shows an image of a geenral culture place or person and 3 options of selected answers. The client shows one, if it is right; the software makes a sound and reproduce a happy face; if it is wrong reproduce another sound and shows a sad face. The minimum controls and elements; for coding this software first i coded the try catch
trycatch.Program
using System ;
using System.Collections.Generic;
using System.linq;
using System.Text;
using System.Threading.Tasks;
namespace trycatch
{
class Program
{
static void Main(string[] args)
{
//try...catch
try
{
then how should i proceed to Complete the Forms1.cs[Design] what the following image shows as Forms1.cs[Diseño] [The space where i make the design i am asking how to do][1]
[1]: https://i.stack.imgur.com/GIEb9.png to make the graphical representation for the previously described software i need to program ?