Author | Topic: Multiple screen outpot | |
---|---|---|
Jack Duijf | Multiple screen outpot on Tue, 26 Mar 2019 18:20:37 +0100 Hello, I have POS application that runs on the primary screen. There is a smaler secondary screen 600x400 px. (Customer display) How can my POS application show a dialog in the second screen, without the user need to drag-drom the dialog? IOW. If i create a dialog, how to create this on the secondary screen? (outside AppWindow()) Regards Jack Duijf ------------------------------------------------------------- Also a member off the XXP (http://www.xxp.nl) | |
Jim Lee | Re: Multiple screen outpot on Wed, 27 Mar 2019 01:57:13 +0100 hi, > I have POS application that runs on the primary screen. > There is a smaler secondary screen 600x400 px. (Customer display) > How can my POS application show a dialog in the second screen, without the > user need to drag-drom the dialog? you can change Monitor Position unter Windows 10 so make your 2nd Screen act as 1st > IOW. If i create a dialog, how to create this on the secondary screen? > (outside AppWindow()) just add X-Coordinate to 1st Monitor Size AppDesktop():CurrentSize() give you only Size of 1st Monitor. try MonitorInfo.zip from Pablo (need ot4xb) to get more Information when have multi-Monitor --- Diese E-Mail wurde von AVG auf Viren gepruft. http://www.avg.com MonitorInfo.zip |