Categories

HTA aplikacia full screen

Naozajstný full screen mode pre silverlight alebo html. Ideálne pre zariadenia s dotykovou obrazovkou. Stačí ked tento kód uložíte ako textový subor, premenujete koncovku na .hta a do start-up adresára operačného systému vložíme odkaz na tento hta súbor.

<html>
<head>

    <hta:application showintaskbar = “yes” caption = “no” border = “thick” contextmenu = “yes” icon = “path_to_icon.ico” innerborder = “no” scroll = “no” singleinstance = “yes” resizable = “yes” windowState = “maximize” >

</head>
<body scroll=”no”>
<p>HTA app fullscreen</p>
</body>
</html> 

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>