It is the nature the program - it uses generic windows all children of the same parent window. These generic windows must be rectangular pixel-wise. Microsoft made a choice to force the window to the largest rectangle where every portion is still visible, rather than he smallest rectangle which encompasses one or more display devices. There is nothing you can do currently to overcome this problem. You can, however, delve into the MSDN at microsoft and see if you can write a display driver which would allow you to do this. Or you can petition Microchip to make their application spawn windows that are children of windows itself, instead of children of the main application window. In this way you can at least put your children on different screens, instead of restricting them to the main window which can only be on one screen, or spaced weirdly on two. The last thing you can do is force the window larger by making sure it's not maximized, then dragging the corners so it encompasses both screens, which will allow you to put the child windows on either screen. Unless, of course, you're willing to settle for setting both monitors at the same resolution. -Adam Thomas N wrote: > Hi everyone, > > I have a dual monitor setup at home (15" and 19"). When I use MPLAB > (especially when I simulate the code), I like to see all the source code > files displayed both both monitors. How do I do it? > > When I drag MPLAB over to the secondary monitor (15"), it displays full > screen on a 15" monitor, but only haft screen on the 19" monitor. I > think > this is because my 15" monitor resolution is set at 800x600 whereas my > 19" > monitor is at 1600x1200. Is there any way to overcome this problem? > (i.e. > to have full screen on both monitors) > > Thank you in advance! > Thomas > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > -- > http://www.piclist.com hint: The list server can filter out subtopics > (like ads or off topics) for you. See http://www.piclist.com/#topics > > > > > -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics