Using a Windows Form with Ruby

Is it possible to create a form in Windows using Ruby? I have a Ruby script, and I would like to have an input form to request a user password, and then use it in the rest of my script.

update: I successfully did this with wxRuby, although it looks ugly. The shoes look promising, I can look into them if I need to do this again.

+5
source share
5 answers

I recall using wxRuby for this some time ago.

+4
source

- , , Shoes.

+2
+2

IronRuby:

1: WinForms:

2: WPF

+1

IronRuby .NET , , API winforms.NET. , .

0

All Articles