Jump to content

Lost screen


Recommended Posts

I was having a great time in my office changing all my interactive settings in 2009.

Now I'm back on the road and my interactive setting window is on the other screen. (I use 2 screens when I'm at home). I can see the edge of it, but I can't drag it back to the main screen.

Short of disconnecting a hotel computer monitor, is there any way to move it back to the main screen?

michaelk

Link to comment

A splendid idea! Thanks, Pat!

I keep losing especially worksheets. Made this once:

PROCEDURE RescueWS;

CONST

top = 100;

left = 100;

bottom = 500;

right = 500;

VAR

worksheet : HANDLE;

BEGIN

worksheet := GetTopVisibleWS; { ie. the one selected from the menu }

SetWSPlacement(worksheet, top, left, bottom, right);

END;

RUN(RescueWS);

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...