Create a GUI for rhino with Visual Studio

Hi,

I´m trying to create a GUI for rhino with VB. I can create plugin using rhinoscript in Visual Studio but I don´t have idea of how create GUI.

Can anyone help me?

Thank you.

Hi @javiervg84,

You might consider Googling vb winforms tutorial.

– Dale

Hi @dale,

I´d like to create GUI but I want to execute it with a plug-in of rhino. Is is possible?

Thank you.

Hi @javiervg84,

Yes you can. Here is a sample.

https://github.com/mcneel/rhino-developer-samples/tree/6/rhinocommon/vb

– Dale