Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294

    Application Window Position

    Scenario:

    My app is launched, repositioned (not sized) then closed.
    My app saves the x,y in the registry.
    Works fine, next app launch uses the saved x,y coordinates.

    If using a dual screen (and positioned on second screen) on first use then closed X,Y coordinates are saved.

    Next application load the user has only one screen active, application is off screen.

    I have a keyboard short cut to reset app to 0,0. But is there a automatic way to verify if X,Y is off screen?

    Thanks
    SELECT * FROM Users WHERE IQ > 0;
    o rows Returned

  2. #2
    Join Date
    Mar 2009
    Location
    -31.9554,115.85859
    Posts
    282
    Just throwing this out there but cant you just get the screen size and see if X and Y are > than Screen.Width or Screen.Height etc?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts