Create Windows Form

Hi, Someone know how i can create Windows Form in Rhinoscript?

See if this thread gives you some pointers to WinForms and ETO:

Hi Crash,

You cannot use WinForms directly with RhinoScript. WinForms is .NET and RhinoScript is not .NET-based.

However, Rhino.Python is based on .NET and you can use WinForms with it:

For Rhino 6, we are introducing a cross-platform UI named ‘Eto’ that you can also use from Python.

Hope this helps.

– Dale

Hi @dale

I’ve asked about Eto in Rhino 6 in this post but never got any answer maybe you’d be able to tell me about using Eto in Python

Regards
Lukasz

ok thanks everyone.