05-11-2012 03:44 AM
Hello every Body,
I want to show a dialog box wich ask user to write file name before being saved with that name. (See attachement plz)
Thanks to ALL,
Solved! Go to Solution.
05-11-2012 03:56 AM
You create a vi with the Text control and a boolean (as you have given) and customize the property to hide the close button and make it as a modal vi then your Dialog box is ready. To be simple you can use the "Prompt user input" Express vi for the operation.
05-11-2012 04:07 AM
Thank you very much for your replay,
I will be very thankful if you can post an exempe for this.
Cordially
05-11-2012 04:34 AM
Its very simple try this.
Good Luck
05-11-2012 06:12 AM
it works, Thank you very much