In xHB, I use timers - DEFINE TIMER. Timers don't work in HB.
In xHB, I use POPU PMENU - MENU oMen POUP, Only the left menu column is visible in the HB
oCl:=TActiveX():New(oWnd, "Shell.Explorer")
oCl:Silent:=.T.
oCl:Do("Navigate2", "file.html")
do while .T.
oDk:=oCl:GetProp("Document")
if valtype(oDk)="U".or.oDk:ReadyState!="complete"
WaitMessage()
SysRefresh()
else
exit
endif
enddo
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 54 guests