|
hi !! how to pass parameters to ClickOnce application ? I tried it with Query string ,but getting error. how to access the parameters in application,
strVal = AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData(0) this is not working .
Can any one help me out , how should pass and access parameters ( with ex)
thank. shital
|