Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using a Windows Form with Ruby

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

update: I have successfully done this with wxRuby, although it looks ugly. Shoes looks promising, I might look into that if I need to do this again..

like image 518
Gil Milow Avatar asked Oct 10 '08 14:10

Gil Milow


People also ask

Is WinForms obsolete?

Win Form has been used to develop many applications. Because of its high age (born in 2003), WinForm was officially declared dead by Microsoft in 2014. However, Win Form is still alive and well.

Is it possible to use Windows form in WPF application?

You can use the WindowsFormsHost to add single Forms into an WPF application.

What is difference between WinForms and Windows Forms?

Winforms and Windows Forms are the same thing. Winforms is the shortened name for Windows Forms.


1 Answers

I recall using wxRuby for this a while ago.

like image 71
Ryan Duffield Avatar answered Oct 12 '22 04:10

Ryan Duffield