Is it possible to pass command line arguments to a windows forms application?

i.e

wywinapp.exe -u bob -p password


How do I extract these values in my app?

Thanks