Create GUI in Visual Studio for Linux

Hi,

Can anyone let me know if it is possible to build a simple GUI using MS Visual studio for Linux applications? I am in need of this information for my college project, half way through my project and stuck at GUI. Any help would be great!

Thanks.
let me know if it is possible to build a simple GUI using MS Visual studio for Linux applications


It certainly is possible - you can use the MS Visual Studio IDE to write a GUI in a framework that supports GNU/Linux systems (such as Qt or GTK+).

But I'd say it's not very convenient. MS Visual Studio natively supports the graphical interface for Windows Forms, but not for other frameworks as far as I'm aware of. Using native Qt or GTK+ development tools would be much easier.

I hope I answered your question.
Topic archived. No new replies allowed.