NxOpen::Formutiities

Hi,
Thanks for ur valuable response.
Can anyone tell how to create a form in NxOpen.
I mean, nxopenUI:formutiities.
Please , come with simple example to create new form with text box to accept string and buttons for ok and cancel operation. take that string to NxOpen to process, if ok is clicked.
Waiting for your response.
Thanks

The formutilites class is meant to be used with code that makes use of Windows forms (aka Winforms). A tutorial on winforms can be found here:
http://nxjournaling.com/content/using-winforms-journals

If you would like to create NX style dialogs for your programs, you will need the "block styler" license. This lets you use a graphical interface to design a new dialog and generates the dialog framework code for you. You then add your own code to customize the dialog actions.