I have been working on a project of making my own IP cam pop up.
I have this working but now want to start this from the command line but pass the specific camera ip in.
My programming skills are limited and am very new to C#
The code that takes the string is
this.textBox_IP.Text = "xxx.xxx.xxx.xxx"
I have been stuck on this for a few days now of how to pass the ip in, so at the cmdline
IpCam.exe xxx.xxx.xxx.xxx
Would anyone have a solution of how to go about this