Hello,
My application starts, updates location (via gps or cellid), timezone and weather for the current location, than shuts down again after a reschedule in 60 minutes. That all without a window (form) because it writes values to the registry.
Now I want to make a config window which should start with the argument config given to the program.
But what happens is, the form shows and than dissapeares and the program runs further.
How can I display the config form and wait for the user to change something and only runs further when the user clicks the Ok button.
Any suggestions ?
Thanks in advance.
regards, Rob