How to display command line arguments in windows form as A label
I am writing an application that is going to be called by external application.The call is going to pass in INVOICE ID,SUPPLIER NAME, AND SUPPLIERID AS ARGUMENTS.NOW I WANT TO CAPTURE THOSE PARAMETERS AND DISPLAY IN A LABEL WHEN FORM LOAD.
ANY HELP?THANKS