Multi Monitor Display problem
Hi,
in reply to this topic (replying isn't possible any more, i think because the post is too old) ... :
https://portableapps.com/node/4682
I have two monitors, and my taskbar is on the secondary monitor. clicking on portable apps taskbar icon, portable apps shows up on the primary monitor.
Delphi fully supports dual monitor setups so it should be no problem to fix this!
Example:
{get index of monitor with taskbar on it}
function GetMonitorWithTaskBarIndex: Integer;
var
I: Integer;
WorkArea: TRect;
AllMonitor: TRect;
begin
Result := 0;
- Read more about Multi Monitor Display problem
- 3 comments
- Log in or register to post comments
