Can anybody help?
I need to send form on second monitor(project or), while on the main screen is still runing main app.
Thanks
Have a look at the Screen Class.
You wil get a list of available screens, and yuou can even check if it is the primary screen (i.e. the main screen).
Set the location of the form you want to to the working area of any of the non-primary screen
Have a look at the Screen Class.
You wil get a list of available screens, and yuou can even check if it is the primary screen (i.e. the main screen).
Set the location of the form you want to to the working area of any of the non-primary screen
Comment