Bienvenue sur The Coding Blog

Bienvenue sur The Coding Blog

Nombre de vues

mercredi 30 octobre 2013

Crée une HTA = HTML application (html)

crée une HTA c'est simple comme l'HTML (logique c'est de l'HTML).
HTA est une balise html avec des attribue : 
<HTA:APPLICATION

ID="ici ..."

APPLICATIONNAME="ici ..."

CAPTION="ici yes ou no"

BORDER="ici thick, dialog, none ou thin"


ICON="ici ....ico"

SHOWINTASKBAR="ici yes ou no"

SINGLEINSTANCE="ici yes ou no"

SYSMENU="ici yes ou no"

WINDOWSTATE="ici Normal, Maximize, ou Minimize"

SCROLL="ici Auto, Yes ou No"

SCROLLFLAT="ici yes ou no "

VERSION="ici ..."

INNERBORDER="ici yes ou no"

SELECTION="ici yes ou no"

MAXIMIZEBUTTON="ici yes ou no"

MINIMIZEBUTTON="ici yes ou no"

NAVIGABLE="ici yes ou no"

CONTEXTMENU="ici yes ou no "

BORDERSTYLE="ici normal, complex, raised, static, ou sunken">

dans le script on la place :
<HTML>

<HEAD>

<TITLE>HTA</TITLE>

<HTA:APPLICATION 

id=...>

</HEAD>

<BODY>HTA</BODY>

</HTML>

Puis quand on à terminé on enregistre en .hta Pour plus d'information

Aucun commentaire:

Enregistrer un commentaire