From: Gomix Date: 2006-03-22T20:53:51+09:00 Subject: Re: Newbie: .Net => Ruby Questions Dru wrote: > If I am a .Net developer and I want to build a windows GUI I use > System.Windows.Forms . What do I use in ruby? Perhaps GTK is one of the best choices for Windows Ruby GUI. For Windows u can use Glade/Gtk for Windows to design your interface, then use the XML files produced by glade in ruby for showing and manipulate the widgets and connecting to ruby code for events. If u prefer to start without Glade, u can code Gtk directly in your ruby programs. Resources: http://gladewin32.sourceforge.net/ http://ruby-gnome2.sourceforge.jp/ Guillermo G�mez S. Rubyando desde Venezuela