08-14-2013 03:35 AM
Does anybody know if it is possible to populate Controls in a top level vi in a built executable via the command line using command line switches?
If this is not possible can command line switches be used and how are they handled. A simple example would be appreciated.
Thanks
Ken
08-14-2013 03:40 AM
One of the Application class properties is "Command line arguments". It returns them as a string.
08-14-2013 04:10 AM
Thanks for your reply.
Got that working
Ken