Using the new TMetro class shows first a little window with a caption and then the application switches to full screen.
This does not look good.
Is there a possibility to prevent such a behavior.
Best regards,
Otto
Using the new TMetro class shows first a little window with a caption and then the application switches to full screen.
This does not look good.
Is there a possibility to prevent such a behavior.
Best regards,
Otto
DEFINE WINDOW ::oWnd STYLE nOr( WS_POPUP, WS_VISIBLE ) ;
COLOR CLR_WHITE, RGB( 15, 109, 57 )

DEFINE WINDOW ::oWnd STYLE nOr( WS_POPUP ) ;
COLOR CLR_WHITE, RGB( 15, 109, 57 )Hello Antonio,
thank you. Now it is looking good.
Best regards,
Otto


// 1024 = Screen-width or use => nWidth := GetSysMetrics(0)
DEFINE FONT ::oFontA NAME "Arial" SIZE 0, -30 BOLD
@ 0, 0 TITLE ::oTITLE SIZE 1024, 40 OF ::oWnd NOBORDER
::cTitle := "METRO-Style Title-text !!!"
hOldFont := SelectObject( hDC, ::oFontA:hFont )
nTXTLG := GettextWidth( hDC, ::cTitle )
nLEFT := ( 1024 - nTXTLG ) / 2.5
@ 10, nLeft TITLETEXT ::oSay OF ::oTITLE TEXT ::cTitle FONT ::oFontA ;
COLOR 128Ukoenig send me please. Thanks
Great work as usual...
Can you please send them to me too???
My email is in my signature!!
Thanks!
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...
Andrés, Bayron
sended !!!
Best regards
uwe ![]()
Hi
Please send to me. richard-service at hotmail dot com
ukoenig wrote:I finished the Metro-buttons ( 67 )
There are 2 formats : BMP and PNG ( transparent )
In case You find them useful and like them,
You can send me a Email for the Download-link
Best Regards
Uwe