IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

VBScript Discussion :

Comment récupérer la valeur "alt" d'une image dans un fichier HTA ?


Sujet :

VBScript

  1. #1
    Expert éminent
    Avatar de hackoofr
    Homme Profil pro
    Enseignant
    Inscrit en
    Juin 2009
    Messages
    3 839
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Juin 2009
    Messages : 3 839
    Points : 9 222
    Points
    9 222
    Par défaut Comment récupérer la valeur "alt" d'une image dans un fichier HTA ?

    Comment récupérer la valeur "alt" d'une image dans un fichier HTA et la stocker dans une variable afin de l'utiliser comme index d'icone de Shell32.dll
    Car je n'ai pas encore trouvé une solution en vbscript How can i show the change icon dialog box, with a vbscript or a command line?
    Donc, j'ai pensé à faire un HTA avec les images des icones avec leurs index qui me permet de les cliquer et obtenir leurs index dans une variable
    Icon = "%systemroot%\system32\shell32.dll," & index

    Voici mon petit brouillon en HTA : je l'ai copié de ce site : http://help4windows.com/windows_8_shell32_dll.shtml
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <SCRIPT LANGUAGE="VBScript">
    Function Test()
    Dim elems, t, MsG
        set elems = document.getElementsByTagName("img")
        for t = 0 to elems.length - 1  
            MsG = MsG & ", alt=" & elems(t).alt 
        Next
        MsgBox MsG
    End Function
    </SCRIPT>
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test()"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  2. #2
    Modérateur
    Avatar de ProgElecT
    Homme Profil pro
    Retraité
    Inscrit en
    Décembre 2004
    Messages
    6 077
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 68
    Localisation : France, Haute Savoie (Rhône Alpes)

    Informations professionnelles :
    Activité : Retraité
    Secteur : Communication - Médias

    Informations forums :
    Inscription : Décembre 2004
    Messages : 6 077
    Points : 17 170
    Points
    17 170
    Par défaut
    Salut

    Je ne suis pas sûr d'avoir compris le problème, mais .....
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    Function Test2(valeur)
            Icon = "%systemroot%\system32\shell32.dll," & valeur
            MsgBox Icon
    End Function
    </SCRIPT>
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test2(0)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test2(1)"><br>1</td>
    Cela permet de se passer de la récupération de l'attribut alt.
    Soyez sympa, pensez -y
    Balises[CODE]...[/CODE]
    Balises[CODE=NomDuLangage]...[/CODE] quand vous mettez du code d'un autre langage que celui du forum ou vous postez.
    Balises[C]...[/C] code intégré dans une phrase.
    Balises[C=NomDuLangage]...[/C] code intégré dans une phrase quand vous mettez du code d'un autre langage que celui du forum ou vous postez.
    Le bouton en fin de discussion, quand vous avez obtenu l'aide attendue.
    ......... et pourquoi pas, pour remercier, un pour celui/ceux qui vous ont dépannés.
    👉 → → Ma page perso sur DVP ← ← 👈

  3. #3
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 184
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 184
    Points : 5 755
    Points
    5 755
    Par défaut
    Et bien je ne croit pas bien comprendre la question ou le but mais pourquoi ne pas le passer en paramètre ?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <SCRIPT LANGUAGE="VBScript">
    Function Test(idx)
            msgbox idx
    End Function
    </SCRIPT>
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(0)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(1)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(2)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(3)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  4. #4
    Modérateur
    Avatar de ProgElecT
    Homme Profil pro
    Retraité
    Inscrit en
    Décembre 2004
    Messages
    6 077
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 68
    Localisation : France, Haute Savoie (Rhône Alpes)

    Informations professionnelles :
    Activité : Retraité
    Secteur : Communication - Médias

    Informations forums :
    Inscription : Décembre 2004
    Messages : 6 077
    Points : 17 170
    Points
    17 170
    Par défaut
    A ...... les grands esprits se rencontre pour une même solution
    Soyez sympa, pensez -y
    Balises[CODE]...[/CODE]
    Balises[CODE=NomDuLangage]...[/CODE] quand vous mettez du code d'un autre langage que celui du forum ou vous postez.
    Balises[C]...[/C] code intégré dans une phrase.
    Balises[C=NomDuLangage]...[/C] code intégré dans une phrase quand vous mettez du code d'un autre langage que celui du forum ou vous postez.
    Le bouton en fin de discussion, quand vous avez obtenu l'aide attendue.
    ......... et pourquoi pas, pour remercier, un pour celui/ceux qui vous ont dépannés.
    👉 → → Ma page perso sur DVP ← ← 👈

  5. #5
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 184
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 184
    Points : 5 755
    Points
    5 755
    Par défaut
    Ou alors tu passe par du code (ou intégralement) javascript qui gère les "this", voici pour l'exemple.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
     
    <script type="text/javascript" language="JavaScript">
    function Test(obj)
    {
            TestVB(obj.alt)
    }
    </script>
     
    <SCRIPT LANGUAGE="VBScript">
    Function TestVB(idx)
            msgbox idx
    End Function
    </SCRIPT>
     
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(this)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(this)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(this)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(this)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  6. #6
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 184
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 184
    Points : 5 755
    Points
    5 755
    Par défaut
    Lol ProgElecT

    Je ne suis pas trop calé en hta ... donc je tente.

  7. #7
    Expert confirmé

    Homme Profil pro
    Responsable déploiement (SCCM, InTune, GPO)
    Inscrit en
    Juillet 2014
    Messages
    3 184
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Seine Saint Denis (Île de France)

    Informations professionnelles :
    Activité : Responsable déploiement (SCCM, InTune, GPO)
    Secteur : Transports

    Informations forums :
    Inscription : Juillet 2014
    Messages : 3 184
    Points : 5 755
    Points
    5 755
    Par défaut
    Bizarrement, la simple présent de cette balise (script language="JavaScript"...) suffit.
    Vous comprendrez certainement mieux que moi pourquoi ...

    Code hta : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
     
    <script language="JavaScript">
    </script>
     
    <SCRIPT LANGUAGE="VBScript">
    Function Test(idx)
            msgbox idx
    End Function
    </SCRIPT>
     
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(this.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(this.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(this.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(this.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body>

  8. #8
    Expert éminent
    Avatar de hackoofr
    Homme Profil pro
    Enseignant
    Inscrit en
    Juin 2009
    Messages
    3 839
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Juin 2009
    Messages : 3 839
    Points : 9 222
    Points
    9 222
    Par défaut
    à vous deux pour l'aide, je crois que vous avez bien compris mon problème
    Je n'ai pas trouvé l'équivalent de this en vbscript, heureusement, il y a le javascript
    Code hta : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
     
    <script language="JavaScript">
    </script>
     
    <SCRIPT LANGUAGE="VBScript">
    Function Test(idx)
            msgbox idx
    End Function
    </SCRIPT>
     
    <head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="Test(this.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="Test(this.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="Test(this.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="Test(this.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44"><br>44</td>
    </tr>
    </table>
    <body><Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <script language="JavaScript">
    </script>
    <SCRIPT LANGUAGE="VBScript">
    Function GetIndex(idx)
        msgbox "%systemroot%\system32\shell32.dll," & idx
    End Function
    </SCRIPT>
    </head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="GetIndex(this.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="GetIndex(this.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="GetIndex(this.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="GetIndex(this.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4" OnClick="GetIndex(this.alt)"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5" OnClick="GetIndex(this.alt)"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6" OnClick="GetIndex(this.alt)"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7" OnClick="GetIndex(this.alt)"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8" OnClick="GetIndex(this.alt)"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9" OnClick="GetIndex(this.alt)"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10" OnClick="GetIndex(this.alt)"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11" OnClick="GetIndex(this.alt)"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12" OnClick="GetIndex(this.alt)"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13" OnClick="GetIndex(this.alt)"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14" OnClick="GetIndex(this.alt)"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15" OnClick="GetIndex(this.alt)"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16" OnClick="GetIndex(this.alt)"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17" OnClick="GetIndex(this.alt)"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18" OnClick="GetIndex(this.alt)"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19" OnClick="GetIndex(this.alt)"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20" OnClick="GetIndex(this.alt)"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21" OnClick="GetIndex(this.alt)"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22" OnClick="GetIndex(this.alt)"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23" OnClick="GetIndex(this.alt)"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24" OnClick="GetIndex(this.alt)"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25" OnClick="GetIndex(this.alt)"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26" OnClick="GetIndex(this.alt)"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27" OnClick="GetIndex(this.alt)"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28" OnClick="GetIndex(this.alt)"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29" OnClick="GetIndex(this.alt)"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30" OnClick="GetIndex(this.alt)"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31" OnClick="GetIndex(this.alt)"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32" OnClick="GetIndex(this.alt)"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33" OnClick="GetIndex(this.alt)"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34" OnClick="GetIndex(this.alt)"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35" OnClick="GetIndex(this.alt)"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36" OnClick="GetIndex(this.alt)"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37" OnClick="GetIndex(this.alt)"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38" OnClick="GetIndex(this.alt)"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39" OnClick="GetIndex(this.alt)"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40" OnClick="GetIndex(this.alt)"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41" OnClick="GetIndex(this.alt)"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42" OnClick="GetIndex(this.alt)"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43" OnClick="GetIndex(this.alt)"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44" OnClick="GetIndex(this.alt)"><br>44</td>
    </tr>
    </table>
    <body>
    Problème

  9. #9
    Expert éminent
    Avatar de hackoofr
    Homme Profil pro
    Enseignant
    Inscrit en
    Juin 2009
    Messages
    3 839
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 48
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Juin 2009
    Messages : 3 839
    Points : 9 222
    Points
    9 222
    Par défaut

    Voici la version finale du HTA
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    <html>
    <HTA:APPLICATION  
    APPLICATIONNAME="Hackoo Icon Folder Changer 2018"  
    ICON="DxDiag.exe"  
    SCROLL="Yes"  
    SCROLLFLAT="yes"  
    SINGLEINSTANCE="yes"  
    WINDOWSTATE="maximize"   
    SELECTION="no"/>
    <Title>Hackoo Icon Folder Changer 2018</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <script language="JavaScript">
    </script>
    <SCRIPT LANGUAGE="VBScript">
    Option Explicit
    Function GetIndex(idx)
    Dim Question,Ws,Icon,strText,DesktopFolder,strFolder
    Question = MsgBox("You have chosen the icon with the index = " & idx & vbCrLf &_
    "%Systemroot%\system32\shell32.dll," & idx & vbCrLf & vbCrLf &_
    "Do you want to confirm or not ?",VbYesNo+VbQuestion,"Hackoo Icon Folder Changer 2018")
    If Question = vbYes Then
        Set Ws = CreateObject("wscript.Shell")
        DesktopFolder = ws.SpecialFolders("Desktop")
        strFolder = DesktopFolder & "\Hackoo Folder Icon Changer"
        Icon = "%systemroot%\system32\shell32.dll," & idx
        strText = "[.ShellClassInfo]" & vbCrLf &_
        "IconResource="& Icon & vbCrLf &_
        "IconFile=%systemroot%\system32\shell32.dll"
        'Create a folder on our desktop
        Call SmartCreateFolder(strFolder)
        'Transform our folder to a system folder
        Call Execute("attrib +s " & DblQuote(strFolder))
        Call Write_INI_File(strFolder,strText)
        Ws.Run "ie4uinit.exe -ClearIconCache"
        Ws.Run "ie4uinit.exe -show"
        Ws.Run DblQuote(strFolder)
    Else
        Exit Function
    End If
    End Function
    '********************************************************************
    Sub SmartCreateFolder(strFolder)
        Dim oFSO:Set oFSO = CreateObject("Scripting.FileSystemObject")
        If oFSO.FolderExists(strFolder) Then
            Exit Sub
        Else
            SmartCreateFolder(oFSO.GetParentFolderName(strFolder))
        End If
        oFSO.CreateFolder(strFolder)
        Set oFSO = Nothing    
    End Sub
    '********************************************************************
    Function Execute(StrCmd)
        Dim ws,MyCmd,Resultat
        Set ws = CreateObject("wscript.Shell")
            MyCmd = "CMD /C " & StrCmd & ""
            Resultat = ws.run(MyCmd,0,True)
            If Resultat <> 0 Then
                MsgBox "Une erreur inconnue est survenue !",16,_
                "Une erreur inconnue est survenue !"
            End If
        Execute = Resultat
    End Function
    '********************************************************************
    Sub Write_INI_File(PathFolder,strText)
    Dim fs,ts,DesktopINI
    Const ForWriting = 2
        DesktopINI = PathFolder & "\Desktop.ini"
        Set fs = CreateObject("Scripting.FileSystemObject")
        if fs.FileExists(DesktopINI) Then 
            Call Execute("Attrib -R -H -S "& DblQuote(DesktopINI))
            fs.DeleteFile DesktopINI
        end If
        Set ts = fs.OpenTextFile(DesktopINI,ForWriting,True)
        ts.WriteLine strText
        ts.Close
    'Transform the file Desktop.ini to a hidden and system file
        Call Execute("Attrib +R +H +S "& DblQuote(DesktopINI))
    End Sub
    '********************************************************************
    Function DblQuote(Str)
        DblQuote = Chr(34) & Str & Chr(34)
    End Function
    '********************************************************************
    </SCRIPT>
    </head>
    <body>
    <center><font color="White">Click on an image to choose the icon of your folder</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" OnClick="GetIndex(this.alt)" alt="0"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" OnClick="GetIndex(this.alt)" alt="1"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" OnClick="GetIndex(this.alt)" alt="2"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" OnClick="GetIndex(this.alt)" alt="3" ><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" OnClick="GetIndex(this.alt)" alt="4" ><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" OnClick="GetIndex(this.alt)" alt="5" ><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" OnClick="GetIndex(this.alt)" alt="6" ><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" OnClick="GetIndex(this.alt)" alt="7" ><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" OnClick="GetIndex(this.alt)" alt="8" ><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" OnClick="GetIndex(this.alt)" alt="9" ><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" OnClick="GetIndex(this.alt)" alt="10" ><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" OnClick="GetIndex(this.alt)" alt="11" ><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" OnClick="GetIndex(this.alt)" alt="12" ><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" OnClick="GetIndex(this.alt)" alt="13" ><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" OnClick="GetIndex(this.alt)" alt="14" ><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" OnClick="GetIndex(this.alt)" alt="15" ><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" OnClick="GetIndex(this.alt)" alt="16" ><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" OnClick="GetIndex(this.alt)" alt="17" ><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" OnClick="GetIndex(this.alt)" alt="18" ><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" OnClick="GetIndex(this.alt)" alt="19" ><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" OnClick="GetIndex(this.alt)" alt="20" ><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" OnClick="GetIndex(this.alt)" alt="21" ><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" OnClick="GetIndex(this.alt)" alt="22" ><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" OnClick="GetIndex(this.alt)" alt="23" ><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" OnClick="GetIndex(this.alt)" alt="24" ><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" OnClick="GetIndex(this.alt)" alt="25" ><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" OnClick="GetIndex(this.alt)" alt="26" ><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" OnClick="GetIndex(this.alt)" alt="27" ><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" OnClick="GetIndex(this.alt)" alt="28" ><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" OnClick="GetIndex(this.alt)" alt="29" ><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" OnClick="GetIndex(this.alt)" alt="30" ><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" OnClick="GetIndex(this.alt)" alt="31" ><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" OnClick="GetIndex(this.alt)" alt="32" ><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" OnClick="GetIndex(this.alt)" alt="33" ><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" OnClick="GetIndex(this.alt)" alt="34" ><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" OnClick="GetIndex(this.alt)" alt="35" ><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" OnClick="GetIndex(this.alt)" alt="36" ><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" OnClick="GetIndex(this.alt)" alt="37" ><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" OnClick="GetIndex(this.alt)" alt="38" ><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" OnClick="GetIndex(this.alt)" alt="39" ><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" OnClick="GetIndex(this.alt)" alt="40" ><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" OnClick="GetIndex(this.alt)" alt="41" ><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" OnClick="GetIndex(this.alt)" alt="42" ><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" OnClick="GetIndex(this.alt)" alt="43" ><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" OnClick="GetIndex(this.alt)" alt="44" ><br>44</td>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-045.jpg" OnClick="GetIndex(this.alt)" alt="45"><br>45</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-046.jpg" OnClick="GetIndex(this.alt)" alt="46"><br>46</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-047.jpg" OnClick="GetIndex(this.alt)" alt="47"><br>47</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-048.jpg" OnClick="GetIndex(this.alt)" alt="48"><br>48</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-049.jpg" OnClick="GetIndex(this.alt)" alt="49"><br>49</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-050.jpg" OnClick="GetIndex(this.alt)" alt="50"><br>50</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-051.jpg" OnClick="GetIndex(this.alt)" alt="51"><br>51</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-052.jpg" OnClick="GetIndex(this.alt)" alt="52"><br>52</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-053.jpg" OnClick="GetIndex(this.alt)" alt="53"><br>53</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-054.jpg" OnClick="GetIndex(this.alt)" alt="54"><br>54</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-055.jpg" OnClick="GetIndex(this.alt)" alt="55"><br>55</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-056.jpg" OnClick="GetIndex(this.alt)" alt="56"><br>56</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-057.jpg" OnClick="GetIndex(this.alt)" alt="57"><br>57</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-058.jpg" OnClick="GetIndex(this.alt)" alt="58"><br>58</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-059.jpg" OnClick="GetIndex(this.alt)" alt="59"><br>59</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-060.jpg" OnClick="GetIndex(this.alt)" alt="60"><br>60</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-061.jpg" OnClick="GetIndex(this.alt)" alt="61"><br>61</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-062.jpg" OnClick="GetIndex(this.alt)" alt="62"><br>62</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-063.jpg" OnClick="GetIndex(this.alt)" alt="63"><br>63</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-064.jpg" OnClick="GetIndex(this.alt)" alt="64"><br>64</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-065.jpg" OnClick="GetIndex(this.alt)" alt="65"><br>65</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-066.jpg" OnClick="GetIndex(this.alt)" alt="66"><br>66</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-067.jpg" OnClick="GetIndex(this.alt)" alt="67"><br>67</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-068.jpg" OnClick="GetIndex(this.alt)" alt="68"><br>68</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-069.jpg" OnClick="GetIndex(this.alt)" alt="69"><br>69</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-070.jpg" OnClick="GetIndex(this.alt)" alt="70"><br>70</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-071.jpg" OnClick="GetIndex(this.alt)" alt="71"><br>71</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-072.jpg" OnClick="GetIndex(this.alt)" alt="72"><br>72</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-073.jpg" OnClick="GetIndex(this.alt)" alt="73"><br>73</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-074.jpg" OnClick="GetIndex(this.alt)" alt="74"><br>74</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-075.jpg" OnClick="GetIndex(this.alt)" alt="75"><br>75</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-076.jpg" OnClick="GetIndex(this.alt)" alt="76"><br>76</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-077.jpg" OnClick="GetIndex(this.alt)" alt="77"><br>77</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-078.jpg" OnClick="GetIndex(this.alt)" alt="78"><br>78</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-079.jpg" OnClick="GetIndex(this.alt)" alt="79"><br>79</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-080.jpg" OnClick="GetIndex(this.alt)" alt="80"><br>80</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-081.jpg" OnClick="GetIndex(this.alt)" alt="81"><br>81</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-082.jpg" OnClick="GetIndex(this.alt)" alt="82"><br>82</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-083.jpg" OnClick="GetIndex(this.alt)" alt="83"><br>83</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-084.jpg" OnClick="GetIndex(this.alt)" alt="84"><br>84</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-085.jpg" OnClick="GetIndex(this.alt)" alt="85"><br>85</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-086.jpg" OnClick="GetIndex(this.alt)" alt="86"><br>86</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-087.jpg" OnClick="GetIndex(this.alt)" alt="87"><br>87</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-088.jpg" OnClick="GetIndex(this.alt)" alt="88"><br>88</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-089.jpg" OnClick="GetIndex(this.alt)" alt="89"><br>89</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-090.jpg" OnClick="GetIndex(this.alt)" alt="90"><br>90</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-091.jpg" OnClick="GetIndex(this.alt)" alt="91"><br>91</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-092.jpg" OnClick="GetIndex(this.alt)" alt="92"><br>92</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-093.jpg" OnClick="GetIndex(this.alt)" alt="93"><br>93</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-094.jpg" OnClick="GetIndex(this.alt)" alt="94"><br>94</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-095.jpg" OnClick="GetIndex(this.alt)" alt="95"><br>95</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-096.jpg" OnClick="GetIndex(this.alt)" alt="96"><br>96</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-097.jpg" OnClick="GetIndex(this.alt)" alt="97"><br>97</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-098.jpg" OnClick="GetIndex(this.alt)" alt="98"><br>98</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-099.jpg" OnClick="GetIndex(this.alt)" alt="99"><br>99</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-100.jpg" OnClick="GetIndex(this.alt)" alt="100"><br>100</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-101.jpg" OnClick="GetIndex(this.alt)" alt="101"><br>101</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-102.jpg" OnClick="GetIndex(this.alt)" alt="102"><br>102</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-103.jpg" OnClick="GetIndex(this.alt)" alt="103"><br>103</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-104.jpg" OnClick="GetIndex(this.alt)" alt="104"><br>104</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-105.jpg" OnClick="GetIndex(this.alt)" alt="105"><br>105</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-106.jpg" OnClick="GetIndex(this.alt)" alt="106"><br>106</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-107.jpg" OnClick="GetIndex(this.alt)" alt="107"><br>107</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-108.jpg" OnClick="GetIndex(this.alt)" alt="108"><br>108</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-109.jpg" OnClick="GetIndex(this.alt)" alt="109"><br>109</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-110.jpg" OnClick="GetIndex(this.alt)" alt="110"><br>110</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-111.jpg" OnClick="GetIndex(this.alt)" alt="111"><br>111</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-112.jpg" OnClick="GetIndex(this.alt)" alt="112"><br>112</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-113.jpg" OnClick="GetIndex(this.alt)" alt="113"><br>113</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-114.jpg" OnClick="GetIndex(this.alt)" alt="114"><br>114</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-115.jpg" OnClick="GetIndex(this.alt)" alt="115"><br>115</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-116.jpg" OnClick="GetIndex(this.alt)" alt="116"><br>116</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-117.jpg" OnClick="GetIndex(this.alt)" alt="117"><br>117</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-118.jpg" OnClick="GetIndex(this.alt)" alt="118"><br>118</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-119.jpg" OnClick="GetIndex(this.alt)" alt="119"><br>119</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-120.jpg" OnClick="GetIndex(this.alt)" alt="120"><br>120</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-121.jpg" OnClick="GetIndex(this.alt)" alt="121"><br>121</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-122.jpg" OnClick="GetIndex(this.alt)" alt="122"><br>122</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-123.jpg" OnClick="GetIndex(this.alt)" alt="123"><br>123</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-124.jpg" OnClick="GetIndex(this.alt)" alt="124"><br>124</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-125.jpg" OnClick="GetIndex(this.alt)" alt="125"><br>125</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-126.jpg" OnClick="GetIndex(this.alt)" alt="126"><br>126</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-127.jpg" OnClick="GetIndex(this.alt)" alt="127"><br>127</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-128.jpg" OnClick="GetIndex(this.alt)" alt="128"><br>128</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-129.jpg" OnClick="GetIndex(this.alt)" alt="129"><br>129</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-130.jpg" OnClick="GetIndex(this.alt)" alt="130"><br>130</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-131.jpg" OnClick="GetIndex(this.alt)" alt="131"><br>131</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-132.jpg" OnClick="GetIndex(this.alt)" alt="132"><br>132</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-133.jpg" OnClick="GetIndex(this.alt)" alt="133"><br>133</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-134.jpg" OnClick="GetIndex(this.alt)" alt="134"><br>134</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-135.jpg" OnClick="GetIndex(this.alt)" alt="135"><br>135</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-136.jpg" OnClick="GetIndex(this.alt)" alt="136"><br>136</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-137.jpg" OnClick="GetIndex(this.alt)" alt="137"><br>137</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-138.jpg" OnClick="GetIndex(this.alt)" alt="138"><br>138</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-139.jpg" OnClick="GetIndex(this.alt)" alt="139"><br>139</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-140.jpg" OnClick="GetIndex(this.alt)" alt="140"><br>140</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-141.jpg" OnClick="GetIndex(this.alt)" alt="141"><br>141</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-142.jpg" OnClick="GetIndex(this.alt)" alt="142"><br>142</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-143.jpg" OnClick="GetIndex(this.alt)" alt="143"><br>143</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-144.jpg" OnClick="GetIndex(this.alt)" alt="144"><br>144</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-145.jpg" OnClick="GetIndex(this.alt)" alt="145"><br>145</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-146.jpg" OnClick="GetIndex(this.alt)" alt="146"><br>146</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-147.jpg" OnClick="GetIndex(this.alt)" alt="147"><br>147</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-148.jpg" OnClick="GetIndex(this.alt)" alt="148"><br>148</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-149.jpg" OnClick="GetIndex(this.alt)" alt="149"><br>149</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-150.jpg" OnClick="GetIndex(this.alt)" alt="150"><br>150</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-151.jpg" OnClick="GetIndex(this.alt)" alt="151"><br>151</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-152.jpg" OnClick="GetIndex(this.alt)" alt="152"><br>152</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-153.jpg" OnClick="GetIndex(this.alt)" alt="153"><br>153</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-154.jpg" OnClick="GetIndex(this.alt)" alt="154"><br>154</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-155.jpg" OnClick="GetIndex(this.alt)" alt="155"><br>155</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-156.jpg" OnClick="GetIndex(this.alt)" alt="156"><br>156</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-157.jpg" OnClick="GetIndex(this.alt)" alt="157"><br>157</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-158.jpg" OnClick="GetIndex(this.alt)" alt="158"><br>158</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-159.jpg" OnClick="GetIndex(this.alt)" alt="159"><br>159</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-160.jpg" OnClick="GetIndex(this.alt)" alt="160"><br>160</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-161.jpg" OnClick="GetIndex(this.alt)" alt="161"><br>161</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-162.jpg" OnClick="GetIndex(this.alt)" alt="162"><br>162</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-163.jpg" OnClick="GetIndex(this.alt)" alt="163"><br>163</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-164.jpg" OnClick="GetIndex(this.alt)" alt="164"><br>164</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-165.jpg" OnClick="GetIndex(this.alt)" alt="165"><br>165</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-166.jpg" OnClick="GetIndex(this.alt)" alt="166"><br>166</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-167.jpg" OnClick="GetIndex(this.alt)" alt="167"><br>167</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-168.jpg" OnClick="GetIndex(this.alt)" alt="168"><br>168</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-169.jpg" OnClick="GetIndex(this.alt)" alt="169"><br>169</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-170.jpg" OnClick="GetIndex(this.alt)" alt="170"><br>170</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-171.jpg" OnClick="GetIndex(this.alt)" alt="171"><br>171</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-172.jpg" OnClick="GetIndex(this.alt)" alt="172"><br>172</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-173.jpg" OnClick="GetIndex(this.alt)" alt="173"><br>173</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-174.jpg" OnClick="GetIndex(this.alt)" alt="174"><br>174</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-175.jpg" OnClick="GetIndex(this.alt)" alt="175"><br>175</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-176.jpg" OnClick="GetIndex(this.alt)" alt="176"><br>176</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-177.jpg" OnClick="GetIndex(this.alt)" alt="177"><br>177</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-178.jpg" OnClick="GetIndex(this.alt)" alt="178"><br>178</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-179.jpg" OnClick="GetIndex(this.alt)" alt="179"><br>179</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-180.jpg" OnClick="GetIndex(this.alt)" alt="180"><br>180</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-181.jpg" OnClick="GetIndex(this.alt)" alt="181"><br>181</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-182.jpg" OnClick="GetIndex(this.alt)" alt="182"><br>182</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-183.jpg" OnClick="GetIndex(this.alt)" alt="183"><br>183</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-184.jpg" OnClick="GetIndex(this.alt)" alt="184"><br>184</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-185.jpg" OnClick="GetIndex(this.alt)" alt="185"><br>185</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-186.jpg" OnClick="GetIndex(this.alt)" alt="186"><br>186</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-187.jpg" OnClick="GetIndex(this.alt)" alt="187"><br>187</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-188.jpg" OnClick="GetIndex(this.alt)" alt="188"><br>188</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-189.jpg" OnClick="GetIndex(this.alt)" alt="189"><br>189</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-190.jpg" OnClick="GetIndex(this.alt)" alt="190"><br>190</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-191.jpg" OnClick="GetIndex(this.alt)" alt="191"><br>191</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-192.jpg" OnClick="GetIndex(this.alt)" alt="192"><br>192</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-193.jpg" OnClick="GetIndex(this.alt)" alt="193"><br>193</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-194.jpg" OnClick="GetIndex(this.alt)" alt="194"><br>194</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-195.jpg" OnClick="GetIndex(this.alt)" alt="195"><br>195</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-196.jpg" OnClick="GetIndex(this.alt)" alt="196"><br>196</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-197.jpg" OnClick="GetIndex(this.alt)" alt="197"><br>197</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-198.jpg" OnClick="GetIndex(this.alt)" alt="198"><br>198</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-199.jpg" OnClick="GetIndex(this.alt)" alt="199"><br>199</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-200.jpg" OnClick="GetIndex(this.alt)" alt="200"><br>200</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-201.jpg" OnClick="GetIndex(this.alt)" alt="201"><br>201</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-202.jpg" OnClick="GetIndex(this.alt)" alt="202"><br>202</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-203.jpg" OnClick="GetIndex(this.alt)" alt="203"><br>203</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-204.jpg" OnClick="GetIndex(this.alt)" alt="204"><br>204</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-205.jpg" OnClick="GetIndex(this.alt)" alt="205"><br>205</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-206.jpg" OnClick="GetIndex(this.alt)" alt="206"><br>206</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-207.jpg" OnClick="GetIndex(this.alt)" alt="207"><br>207</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-208.jpg" OnClick="GetIndex(this.alt)" alt="208"><br>208</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-209.jpg" OnClick="GetIndex(this.alt)" alt="209"><br>209</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-210.jpg" OnClick="GetIndex(this.alt)" alt="210"><br>210</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-211.jpg" OnClick="GetIndex(this.alt)" alt="211"><br>211</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-212.jpg" OnClick="GetIndex(this.alt)" alt="212"><br>212</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-213.jpg" OnClick="GetIndex(this.alt)" alt="213"><br>213</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-214.jpg" OnClick="GetIndex(this.alt)" alt="214"><br>214</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-215.jpg" OnClick="GetIndex(this.alt)" alt="215"><br>215</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-216.jpg" OnClick="GetIndex(this.alt)" alt="216"><br>216</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-217.jpg" OnClick="GetIndex(this.alt)" alt="217"><br>217</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-218.jpg" OnClick="GetIndex(this.alt)" alt="218"><br>218</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-219.jpg" OnClick="GetIndex(this.alt)" alt="219"><br>219</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-220.jpg" OnClick="GetIndex(this.alt)" alt="220"><br>220</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-221.jpg" OnClick="GetIndex(this.alt)" alt="221"><br>221</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-222.jpg" OnClick="GetIndex(this.alt)" alt="222"><br>222</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-223.jpg" OnClick="GetIndex(this.alt)" alt="223"><br>223</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-224.jpg" OnClick="GetIndex(this.alt)" alt="224"><br>224</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-225.jpg" OnClick="GetIndex(this.alt)" alt="225"><br>225</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-226.jpg" OnClick="GetIndex(this.alt)" alt="226"><br>226</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-227.jpg" OnClick="GetIndex(this.alt)" alt="227"><br>227</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-228.jpg" OnClick="GetIndex(this.alt)" alt="228"><br>228</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-229.jpg" OnClick="GetIndex(this.alt)" alt="229"><br>229</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-230.jpg" OnClick="GetIndex(this.alt)" alt="230"><br>230</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-231.jpg" OnClick="GetIndex(this.alt)" alt="231"><br>231</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-232.jpg" OnClick="GetIndex(this.alt)" alt="232"><br>232</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-233.jpg" OnClick="GetIndex(this.alt)" alt="233"><br>233</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-234.jpg" OnClick="GetIndex(this.alt)" alt="234"><br>234</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-235.jpg" OnClick="GetIndex(this.alt)" alt="235"><br>235</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-236.jpg" OnClick="GetIndex(this.alt)" alt="236"><br>236</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-237.jpg" OnClick="GetIndex(this.alt)" alt="237"><br>237</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-238.jpg" OnClick="GetIndex(this.alt)" alt="238"><br>238</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-239.jpg" OnClick="GetIndex(this.alt)" alt="239"><br>239</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-240.jpg" OnClick="GetIndex(this.alt)" alt="240"><br>240</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-241.jpg" OnClick="GetIndex(this.alt)" alt="241"><br>241</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-242.jpg" OnClick="GetIndex(this.alt)" alt="242"><br>242</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-243.jpg" OnClick="GetIndex(this.alt)" alt="243"><br>243</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-244.jpg" OnClick="GetIndex(this.alt)" alt="244"><br>244</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-245.jpg" OnClick="GetIndex(this.alt)" alt="245"><br>245</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-246.jpg" OnClick="GetIndex(this.alt)" alt="246"><br>246</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-247.jpg" OnClick="GetIndex(this.alt)" alt="247"><br>247</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-248.jpg" OnClick="GetIndex(this.alt)" alt="248"><br>248</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-249.jpg" OnClick="GetIndex(this.alt)" alt="249"><br>249</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-250.jpg" OnClick="GetIndex(this.alt)" alt="250"><br>250</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-251.jpg" OnClick="GetIndex(this.alt)" alt="251"><br>251</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-252.jpg" OnClick="GetIndex(this.alt)" alt="252"><br>252</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-253.jpg" OnClick="GetIndex(this.alt)" alt="253"><br>253</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-254.jpg" OnClick="GetIndex(this.alt)" alt="254"><br>254</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-255.jpg" OnClick="GetIndex(this.alt)" alt="255"><br>255</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-256.jpg" OnClick="GetIndex(this.alt)" alt="256"><br>256</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-257.jpg" OnClick="GetIndex(this.alt)" alt="257"><br>257</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-258.jpg" OnClick="GetIndex(this.alt)" alt="258"><br>258</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-259.jpg" OnClick="GetIndex(this.alt)" alt="259"><br>259</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-260.jpg" OnClick="GetIndex(this.alt)" alt="260"><br>260</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-261.jpg" OnClick="GetIndex(this.alt)" alt="261"><br>261</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-262.jpg" OnClick="GetIndex(this.alt)" alt="262"><br>262</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-263.jpg" OnClick="GetIndex(this.alt)" alt="263"><br>263</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-264.jpg" OnClick="GetIndex(this.alt)" alt="264"><br>264</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-265.jpg" OnClick="GetIndex(this.alt)" alt="265"><br>265</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-266.jpg" OnClick="GetIndex(this.alt)" alt="266"><br>266</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-267.jpg" OnClick="GetIndex(this.alt)" alt="267"><br>267</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-268.jpg" OnClick="GetIndex(this.alt)" alt="268"><br>268</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-269.jpg" OnClick="GetIndex(this.alt)" alt="269"><br>269</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-270.jpg" OnClick="GetIndex(this.alt)" alt="270"><br>270</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-271.jpg" OnClick="GetIndex(this.alt)" alt="271"><br>271</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-272.jpg" OnClick="GetIndex(this.alt)" alt="272"><br>272</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-273.jpg" OnClick="GetIndex(this.alt)" alt="273"><br>273</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-274.jpg" OnClick="GetIndex(this.alt)" alt="274"><br>274</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-275.jpg" OnClick="GetIndex(this.alt)" alt="275"><br>275</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-276.jpg" OnClick="GetIndex(this.alt)" alt="276"><br>276</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-277.jpg" OnClick="GetIndex(this.alt)" alt="277"><br>277</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-278.jpg" OnClick="GetIndex(this.alt)" alt="278"><br>278</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-279.jpg" OnClick="GetIndex(this.alt)" alt="279"><br>279</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-280.jpg" OnClick="GetIndex(this.alt)" alt="280"><br>280</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-281.jpg" OnClick="GetIndex(this.alt)" alt="281"><br>281</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-282.jpg" OnClick="GetIndex(this.alt)" alt="282"><br>282</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-283.jpg" OnClick="GetIndex(this.alt)" alt="283"><br>283</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-284.jpg" OnClick="GetIndex(this.alt)" alt="284"><br>284</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-285.jpg" OnClick="GetIndex(this.alt)" alt="285"><br>285</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-286.jpg" OnClick="GetIndex(this.alt)" alt="286"><br>286</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-287.jpg" OnClick="GetIndex(this.alt)" alt="287"><br>287</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-288.jpg" OnClick="GetIndex(this.alt)" alt="288"><br>288</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-289.jpg" OnClick="GetIndex(this.alt)" alt="289"><br>289</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-290.jpg" OnClick="GetIndex(this.alt)" alt="290"><br>290</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-291.jpg" OnClick="GetIndex(this.alt)" alt="291"><br>291</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-292.jpg" OnClick="GetIndex(this.alt)" alt="292"><br>292</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-293.jpg" OnClick="GetIndex(this.alt)" alt="293"><br>293</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-294.jpg" OnClick="GetIndex(this.alt)" alt="294"><br>294</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-295.jpg" OnClick="GetIndex(this.alt)" alt="295"><br>295</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-296.jpg" OnClick="GetIndex(this.alt)" alt="296"><br>296</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-297.jpg" OnClick="GetIndex(this.alt)" alt="297"><br>297</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-298.jpg" OnClick="GetIndex(this.alt)" alt="298"><br>298</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-299.jpg" OnClick="GetIndex(this.alt)" alt="299"><br>299</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-300.jpg" OnClick="GetIndex(this.alt)" alt="300"><br>300</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-301.jpg" OnClick="GetIndex(this.alt)" alt="301"><br>301</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-302.jpg" OnClick="GetIndex(this.alt)" alt="302"><br>302</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-303.jpg" OnClick="GetIndex(this.alt)" alt="303"><br>303</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-304.jpg" OnClick="GetIndex(this.alt)" alt="304"><br>304</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-305.jpg" OnClick="GetIndex(this.alt)" alt="305"><br>305</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-306.jpg" OnClick="GetIndex(this.alt)" alt="306"><br>306</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-307.jpg" OnClick="GetIndex(this.alt)" alt="307"><br>307</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-308.jpg" OnClick="GetIndex(this.alt)" alt="308"><br>308</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-309.jpg" OnClick="GetIndex(this.alt)" alt="309"><br>309</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-310.jpg" OnClick="GetIndex(this.alt)" alt="310"><br>310</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-311.jpg" OnClick="GetIndex(this.alt)" alt="311"><br>311</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-312.jpg" OnClick="GetIndex(this.alt)" alt="312"><br>312</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-313.jpg" OnClick="GetIndex(this.alt)" alt="313"><br>313</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-314.jpg" OnClick="GetIndex(this.alt)" alt="314"><br>314</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-315.jpg" OnClick="GetIndex(this.alt)" alt="315"><br>315</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-316.jpg" OnClick="GetIndex(this.alt)" alt="316"><br>316</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-317.jpg" OnClick="GetIndex(this.alt)" alt="317"><br>317</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-318.jpg" OnClick="GetIndex(this.alt)" alt="318"><br>318</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-319.jpg" OnClick="GetIndex(this.alt)" alt="319"><br>319</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-320.jpg" OnClick="GetIndex(this.alt)" alt="320"><br>320</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-321.jpg" OnClick="GetIndex(this.alt)" alt="321"><br>321</td>
    </tr>
    </table>
    </body>
    </html>

  10. #10
    Rédacteur
    Avatar de omen999
    Profil pro
    Inscrit en
    Février 2006
    Messages
    1 296
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2006
    Messages : 1 296
    Points : 3 549
    Points
    3 549
    Par défaut
    salut,

    je sais que j'arrive après la bataille mais ce javascript pique les yeux, so...
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    <Title>Hackoo Icon Folder Changer</Title>
    <head>
    <link rel="stylesheet" type="text/css" href="http://help4windows.com/webfiles/style-help4windows.css">
    <SCRIPT LANGUAGE="VBScript">
    Function GetIndex(idx)
        msgbox "%systemroot%\system32\shell32.dll," & idx
    End Function
    </SCRIPT>
    </head>
    <body>
    <center><font color="White"> Click to choose an icon for your folder to be set</font><br>
    <table class="data">
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-000.jpg" alt="0" OnClick="GetIndex(me.alt)"><br>0</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-001.jpg" alt="1" OnClick="GetIndex(me.alt)"><br>1</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-002.jpg" alt="2" OnClick="GetIndex(me.alt)"><br>2</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-003.jpg" alt="3" OnClick="GetIndex(me.alt)"><br>3</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-004.jpg" alt="4" OnClick="GetIndex(me.alt)"><br>4</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-005.jpg" alt="5" OnClick="GetIndex(me.alt)"><br>5</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-006.jpg" alt="6" OnClick="GetIndex(me.alt)"><br>6</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-007.jpg" alt="7" OnClick="GetIndex(me.alt)"><br>7</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-008.jpg" alt="8" OnClick="GetIndex(me.alt)"><br>8</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-009.jpg" alt="9" OnClick="GetIndex(me.alt)"><br>9</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-010.jpg" alt="10" OnClick="GetIndex(me.alt)"><br>10</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-011.jpg" alt="11" OnClick="GetIndex(me.alt)"><br>11</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-012.jpg" alt="12" OnClick="GetIndex(me.alt)"><br>12</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-013.jpg" alt="13" OnClick="GetIndex(me.alt)"><br>13</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-014.jpg" alt="14" OnClick="GetIndex(me.alt)"><br>14</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-015.jpg" alt="15" OnClick="GetIndex(me.alt)"><br>15</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-016.jpg" alt="16" OnClick="GetIndex(me.alt)"><br>16</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-017.jpg" alt="17" OnClick="GetIndex(me.alt)"><br>17</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-018.jpg" alt="18" OnClick="GetIndex(me.alt)"><br>18</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-019.jpg" alt="19" OnClick="GetIndex(me.alt)"><br>19</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-020.jpg" alt="20" OnClick="GetIndex(me.alt)"><br>20</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-021.jpg" alt="21" OnClick="GetIndex(me.alt)"><br>21</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-022.jpg" alt="22" OnClick="GetIndex(me.alt)"><br>22</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-023.jpg" alt="23" OnClick="GetIndex(me.alt)"><br>23</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-024.jpg" alt="24" OnClick="GetIndex(me.alt)"><br>24</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-025.jpg" alt="25" OnClick="GetIndex(me.alt)"><br>25</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-026.jpg" alt="26" OnClick="GetIndex(me.alt)"><br>26</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-027.jpg" alt="27" OnClick="GetIndex(me.alt)"><br>27</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-028.jpg" alt="28" OnClick="GetIndex(me.alt)"><br>28</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-029.jpg" alt="29" OnClick="GetIndex(me.alt)"><br>29</td>
    </tr>
    <tr>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-030.jpg" alt="30" OnClick="GetIndex(me.alt)"><br>30</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-031.jpg" alt="31" OnClick="GetIndex(me.alt)"><br>31</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-032.jpg" alt="32" OnClick="GetIndex(me.alt)"><br>32</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-033.jpg" alt="33" OnClick="GetIndex(me.alt)"><br>33</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-034.jpg" alt="34" OnClick="GetIndex(me.alt)"><br>34</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-035.jpg" alt="35" OnClick="GetIndex(me.alt)"><br>35</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-036.jpg" alt="36" OnClick="GetIndex(me.alt)"><br>36</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-037.jpg" alt="37" OnClick="GetIndex(me.alt)"><br>37</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-038.jpg" alt="38" OnClick="GetIndex(me.alt)"><br>38</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-039.jpg" alt="39" OnClick="GetIndex(me.alt)"><br>39</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-040.jpg" alt="40" OnClick="GetIndex(me.alt)"><br>40</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-041.jpg" alt="41" OnClick="GetIndex(me.alt)"><br>41</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-042.jpg" alt="42" OnClick="GetIndex(me.alt)"><br>42</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-043.jpg" alt="43" OnClick="GetIndex(me.alt)"><br>43</td>
      <td><img src="http://help4windows.com/icons_win_8/win8_ico_shell32_dll-044.jpg" alt="44" OnClick="GetIndex(me.alt)"><br>44</td>
    </tr>
    </table>
    <body>
    Je n'ai pas trouvé l'équivalent de this en vbscript, heureusement, il y a le javascript
    héhé, quand je t'avais proposé d'écrire un petit topo sur le "undocumented vbscript", la réponse s'y trouvait
    nomen omen, nemo non omen - Consultez la FAQ VBScript et les cours et tutoriels VBScript
    le plus terrible lorsqu'une voiture renverse un piéton, c'est que ce sont les freins qui hurlent. (ramón)
    pas de questions techniques par mp

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 20
    Dernier message: 02/05/2010, 16h56
  2. Comment récupérer la valeur d'un composant d'une form
    Par NacerAli dans le forum Débuter
    Réponses: 5
    Dernier message: 27/02/2010, 11h19
  3. Réponses: 4
    Dernier message: 07/10/2008, 17h05
  4. Réponses: 2
    Dernier message: 11/12/2006, 12h38

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo