Question : Dual Monitor in MDI application


 I am developing a VB.net  MDI application . (I have never developed a dual monitor application but I have developed many vb.net MDI applications )
 The MDI has three child windows , W1, W2,W3 . When the application starts  W1, W2 need to be shown in Primary Screen and W3 need to be shown in secondary screen .

 Please give me the  code sample for this.

( The example in C# is quite fine for me )

Answer : Dual Monitor in MDI application

The idea is to detach W3 from the MDI container and make it just owned by the MDI window.
Basically don't set the MDIParent property of W3, just set the Owner property to be the MDI Window.

To know the amount of monitors available and their resolutions have a look here:
http://www.codeproject.com/KB/cs/multi-monitor_in_c_.aspx
Random Solutions  
 
programming4us programming4us