WINDOW Metrostyle pero no al 100%

WINDOW Metrostyle pero no al 100%

Postby mgsoft » Sat Mar 21, 2020 7:09 pm

Hola a todos,

Espero ante todo que todos estéis bien en estos tiempos tan difíciles.

Quiero usar el metrostyle para tener una ventana que ocupe toda la pantalla, pero que deje ver la barra de Windows.

#define METRO_STYLE ( WS_POPUP + WS_VISIBLE + WS_MAXIMIZE ) la muestra, sin embargo, al 100%, impidiendo ver la barra de Windows.

¿Alguna idea por favor?

Muchas gracias.
Saludos,

Eduardo
User avatar
mgsoft
 
Posts: 422
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: WINDOW Metrostyle pero no al 100%

Postby Antonio Linares » Sat Mar 21, 2020 8:07 pm

Eduardo,

desktop.prg
Code: Select all  Expand view  RUN
#include "FiveWin.ch"

function Main()

   local oWnd

   DEFINE WINDOW oWnd STYLE nOr( WS_POPUP, WS_VISIBLE ) ;
      FROM 0, 0 TO GetDesktopArea()[ 3 ], GetDesktopArea()[ 4 ] PIXEL ;
      COLOR 0, RGB( 30, 30, 30 )

   ACTIVATE WINDOW oWnd ;
      ON CLICK oWnd:End()

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42127
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 77 guests