IsAppThemed not work in my Vista business.
How resolve?
Many thanks in advance.
#include "FiveWin.ch"
function Main()
local oWnd
DEFINE WINDOW oWnd
ACTIVATE WINDOW oWnd ;
ON INIT MsgInfo( IsAppThemed() )
return nil
1 24 "WindowsXP.Manifest"
FUNCTION TestAppThemed()
LOCAL oDlg, lAppThem := .F.
DEFINE DIALOG oDlg
oDlg:bStart = { || lAppThem := IsAppThemed(),;
MsgInfo( IF( lAppThem, "Vista with Theme", "Vista without theme" ), "Test theme" ),;
oDlg:End() }
ACTIVATE DIALOG oDlg
return lAppThem
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 81 guests