FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WINDOWS 8 my first test of a screen design
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
WINDOWS 8 my first test of a screen design
Posted: Mon Aug 01, 2011 03:30 PM
I did some tests trying to integrate WINHOTEL into the new WINDOWS 8 UI look.


I changed my start menu to metro design.
Does anyone have suggestions how to start a class for this type of interface




Best regards,
Otto
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: WINDOWS 8 my first test of a screen design
Posted: Mon Aug 01, 2011 04:11 PM

Did yo use btnbmp?.

It is very interesting to be ready asap to Windows 8 look ;).

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: WINDOWS 8 my first test of a screen design
Posted: Fri Aug 05, 2011 05:35 PM

Otto,

You could use a main window with btnbmp child controls and then open new windows from each button:

DEFINE WINDOW oWnd ...

ACTIVATE WINDOW oWnd

without making it MDI

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion