Posts Tagged ‘arguements’
Windows Forms – Passing Parameters at Runtime
I received the following question over the weekend:
I’ve made a C# form application and I need to send a report name at runtime. How do I add an incoming parameter to the command line? Such as “crFORM.exe Shipform.rpt”
I have to assume the question relates more to how to retrieve the parameter in the code than how to pass it because the example shows how we’d pass it.