Hi,
I posted this question in the C# forms forum area a couple of days ago, and I thought perhaps this was a more relevant forum for the question.
I am creating a program which uses the secondary attached monitor. The program successfully creates a Direct3D enabled window which runs fullscreen on the secondary adapter (using an adapter id of 1). This does in fact work smoothly and how I would have expected.
However, there is a serous flaw which I cannot resolve. If something is clicked on the primary monitor (anything at all), the Direct3D enabled window on the secondary devices is minimized immediately (and naturally the DeviceLostException occurs due to the window being minimized).
Somehow I need to stop the program from automatically minimizing, when activitiy occurs outside of the application itself.
Many thanks,
Lea Hayes