09-04-2011 02:12 AM
hello !
i want to have a checkbox ("do not show this message anymore") which will bypass section of code if the user clicked on it ,
even if the program restarted . how can i do this ?
Solved! Go to Solution.
09-04-2011 05:00 AM
The way I would do it is to create a GUI VI that has the check box and a .ini file that can record when the box is checked. So, when the program runs it always looks into this .ini file.
09-04-2011 09:39 AM - edited 09-04-2011 09:40 AM
[Edit: For some reason I didn't see Adnan's reply before I posted this]
You could have a VI set as a dialog for the message box. Store the value of the checkbox in an INI file before the dialog closes. Before showing the dialog read the value from the INI file.
Attached is an example