Dear all,

i have a small exe project that does a small job. It is supposed to recieve a single paramter on runtime in order to tag the function.

i will can it from within another program as following :

VB Code:
  1. process.start("printinvoice.exe Username")

from within the project PrintInvoice i need to get the value of the passed parameter at startup . How can i do this


thx in advance