Home > database >  PB how to control two monitors
PB how to control two monitors

Time:09-17

Now have a computer, for example, to connect two monitors,
Two form1, form2, two monitors, make form1 to first shown on the display, form2 in another display shows
See a lot of posts are under VB use SETWINDOWPOS () this API, PB is there any good method!

CodePudding user response:

The PB to do a bit difficult, it is recommended that you look at multi-monitor API

CodePudding user response:

Very simple, such as a resolution of 1024 * 768, that will be displayed when you is greater than the resolution of 1025 to the second screen, and so on, as long as it is ok to use move function to change the window position

CodePudding user response:

Assume that each screen resolution is 1024 * 768
Expanded Windows desktop to another screen, extending to the right,
Then, you set up the second window w_2. X=PixelsToUnits (1024, XPixelsToUnits!)
Then w_2 in another screen,

CodePudding user response:

Technology and so on, even in the double screen on the cash register was successful

CodePudding user response:

To learn, and extend the screen!
  • Related