Hi,
I am trying to open a website and send it to second monitor from my visual cobol winforms application.
So i have tried "System.Diagnostics.Process::Start" to launch a website, but i am not able to send it to second monitor. By default website gets triggered in primary monitor.
I have read an article that using WinApi.SetWindowPos , i can switch the monitor positions but in visual cobol i do not see this WinApi class.
If this is not supported, is there any other way to fulfill my requirement ?
Thank you.