Hi All,
I open my infopath forms through C# code using the following code :
Process.start(filename, arguments);
where fileName is the path of xsn file i.e. infopath file and arguments is the argument pass from C# code.
I want to retreive this argument in the Form_Loading event of Infopath.
Can anybody tell me how can I acheive this.
Thanks
Animesh Kr. Singh