Visual change screen copy resolution

Post Reply
Natter
Posts: 1244
Joined: Mon May 14, 2007 9:49 am

Visual change screen copy resolution

Post by Natter »

Strange effect.
I make a copy of the screen and replace the screen of my FW window with it. Everything works. However, the image looks as if the screen resolution has decreased. What could it be ?

Code: Select all | Expand

hWn:=GetDeskTopWindow()

    winDC:=FWSaveScreen(hWn, 0, 0, ;
                getdevicecaps(getDC(), 117), ;
                getdevicecaps(getDC(), 118))

  DEFINE DIALOG oLay  PIXEL  STYLE nOR(WS_POPUP)
  ACTIVATE DIALOG oLay   ON PAINT FWRestScreen(oLay:hWnd, winDC, 0, 0, ;
                                                      getdevicecaps(getDC(), 117), ;
                                                      getdevicecaps(getDC(), 118))
 
User avatar
karinha
Posts: 7948
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: Visual change screen copy resolution

Post by karinha »

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Post Reply