Hello
Is it possible, to delivered directly a HTML-code at the Shell.explorer ?
Best Regards, Norbert
Is it possible, to delivered directly a HTML-code at the Shell.explorer ?
oActiveX = TActiveX():New( oDlg, "Shell.Explorer" )
oActiveX:SetProp( "ToolBar", .T. )
oActiveX:SetProp( "StatusBar", .T. )
oActiveX:SetProp( "MenuBar", .T. )
oActiveX:SetProp( "Visible", .T. )
cHtmlCode := '<a href="http://www.wetter.com/home/extern/ex_search.php?ms=1&ss=1&sss=2&search=90562" target="_blank"><img src="http://www.wetter.com/home/woys/woys.php?,F,1,DEPLZ,90562" border="0" alt=""></a>'
?????????
oDlg:oClient = oActiveXBest Regards, Norbert
