I’ve seach some way to invoke a windows with many checkbox. Depending on the checkbox checked, that will enable or disable so part of my script.
I don’t have any idea how to create the shape and how to set a “true/false” value in var to enable or disable portion of my script.
Anyone know how to create that kind of windows checkbox ?
This code ( made with the help of PrimalScript for building form code ) has 3 checkbox. Based on the status (checked or not) the listbox will be populated from the result of some commands.
Copy, paste and play with it.