2
On Linux (Ubuntu) it is possible to create applications with Windows Forms in the Mono
or similar, using a designer such as the Visual Studio?
I am facing problem because I need to develop with Windows Forms in a Linux environment with a designer similar to Visual Studio.
I tried to use the one quoted by mono’s website, but when creating click events, etc it is not possible to do such action.
When I use GTK# is it possible to bring the solution to Visual Studio? Because Windows Forms is mainly for classroom use, because personally GTK# helps me well.
– Leonardo
Yes. But the experience can suffer a little. Not everything in GTK works perfectly on Windows. It works, but some things are different and get weird. Nothing critical, depends on the taste. Note that GTK# has also not received much attention, it runs on top of an older GTK, but is the safest option in Mono so far and as far as I know.
– Maniero