5

How do I get the command line arguments in a Crystal Report WPF Application?

Gihan Lasita
  • 2,955
  • 13
  • 48
  • 65

2 Answers2

8

Call Environment.GetCommandLineArgs().

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
0

If I have understood you right, how about this: Processing Command Line Arguments Sample?