Building IronRuby WPF GUIs

Posted by Vlad on Stack Overflow See other posts from Stack Overflow or by Vlad
Published on 2011-11-30T01:47:46Z Indexed on 2011/11/30 1:50 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

This may be a silly question but I was under the impression that it was possible to use IronRuby and MS Visual Studio 2010 together to sort of build interfaces\edit XAML in one window and code ruby in the other?

Is this only possible to do with C#, Basic and C++ ?

I've browsed SO and seen some IronRuby snippets like this one:

button1.click do |sender, args|
    MessageBox.show("Hello World!")
end

So it stands to reason you can create GUIs somehow, but is the visual gui creator not available for ironruby?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about visual-studio-2010