Display a dialog box interface

Hello! I created a plugin for rhino5, I added a dialog resource to the .rc file, I want to display a dialog box interface when I runs the “PlugIn1” command, but I do not know what command code to add! This also seems to be related to dynamic link library. Are there any demos I can learn from?

Thanks!
//Joann

Hi @15951991225,

We have a number of MFC dialog box samples in our developer samples repository on GitHub. Just pull the 5 branch.

https://github.com/mcneel/rhino-developer-samples/tree/5

– Dale

Thank you very much! Dear Dale

//Joann