Hi! Iam looking for some hint or solution regarding following problem.
I have a .NET 2.0 WinForm dialog which operates in Dual Screen environment. The Working area is set by .NET Framework to reflect the Primary screen. I want to MAXIMIZE Form to BOTH screens but after clicking the "maximize button", dialog is maximized only to "active" screen (active I mean screen on which dialog is currently placed).
Iam not interested in bounds solution, this works, but when clicked Maximize button it forces the dialog back to one of 2 screens.
I would be gratefull for any help or hints.