Where can I find a Designer for GOA WinForms?
Currently no designer is provided with GOA WinForms. Alternatively, you can use the designer provided with Visual Studio: • Create a new Windows Forms C# project in Visual Studio. • Use the designer to design a form. • Copy the code generated by the designer into your GOA form. Note that there are some limitations: • You can only use controls that both exist in .NET and GOA • Sometimes, the code copied into GOA will not compile or work exactly as expected unless you make some (small) manual adjustment.