IE 6 et les boutons....

IE 6 et les boutons.... - Logiciels - Windows & Software

Marsh Posté le 29-03-2003 à 20:35:35    

Comment rajouter un boutons personnalisé sur la barre d'ie 6sp1 ?
un bouton a coté de "precedent" "suivant" etc...etc...

Reply

Marsh Posté le 29-03-2003 à 20:35:35   

Reply

Marsh Posté le 29-03-2003 à 21:22:45    

Clic droit sur la barre, puis Personnaliser...

Reply

Marsh Posté le 29-03-2003 à 21:24:59    

:non:  avec ca tu ne fais que rajouter des bouton prédéfinis...moi je veux ajouter un bouton a moi...

Reply

Marsh Posté le 29-03-2003 à 22:32:47    

Reply

Marsh Posté le 29-03-2003 à 23:34:59    

Hoï...va falloir que je me perfectionne en anglais moa...
 
 
en attendantje vais chercher dans la meme piste mais en francais ! :sweat:

Reply

Marsh Posté le 30-03-2003 à 00:03:16    

je laisse tomber la piste francaise...finallement c pas si compliqué...
 
pour ceux que ca intéresse... :
 

Code :
  1. Create a valid globally unique identifier (GUID). You can use Guidgen.exe (which ships with Microsoft Visual Studio®) or Uuidgen.exe (which ships in the Platform Software Development Kit(SDK)).
  2. Create a new key (with the GUID as the name) in the registry under:
  3. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions
  4. The result should look like:
  5. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>
  6. <Your GUID> is the valid GUID that you created in step 1.
  7. Optional. Create a new string value, Default Visible, in the registry under:
  8. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>
  9. The result should look like:
  10. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>\Default Visible
  11. To make the toolbar button to appear on the Internet Explorer toolbar by default, set Default Visible to "Yes", otherwise set Default Visible to "No".
  12. Note 
  13. If the user has customized the toolbar, the button will not appear on the toolbar automatically. The toolbar button will be added to the choices in the Customize Toolbar dialog box and will appear if the toolbar is reset.
  14. Create a new string value, ButtonText, in the registry under:
  15. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>
  16. The result should look like:
  17. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>\ButtonText
  18. Set the value of ButtonText to the label you want for the toolbar button.
  19. Create a new string value, HotIcon, in the registry under:
  20. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>
  21. The result should look like:
  22. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>\HotIcon
  23. Set the value of HotIcon to the full path of the .ico file that contains the three color icons.
  24. Create a new string value, Icon, in the registry under:
  25. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>
  26. The result should look like:
  27. HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\<Your GUID>\Icon
  28. Set the value of Icon to the full path of the .ico file that contains the three grayscale icons.

Reply

Marsh Posté le 30-03-2003 à 00:38:13    

Pour ceux que ca intéresserait...
 
voici donc ce que j'ai fait pour rajouter un bouton "Panneau d'administration" fait en html dans la barre d'outils d'internet explorer...
 

Code :
  1. Windows Registry Editor Version 5.00
  2. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{12345678-1234-1234-1234-123456789012}]
  3. "Default Visible"="Yes"
  4. "ButtonText"="Panneau d'administration"
  5. "HotIcon"="%SystemRoot%\\system32\\SHELL32.dll,45"
  6. "Exec"="E:\\Bouton d'admin\\admin.htm"
  7. "CLSID"="{1FBA04EE-3024-11d2-8F1F-0000F87ABD16}"
  8. "Icon"="%SystemRoot%\\system32\\SHELL32.dll,45"


 
http://bagupremier.free.fr/bouton.jpg
 
Et ca donne (les couleurs sont pourries...convertion bmp->jpg oblige) :
 
http://bagupremier.free.fr/panneau.jpg


Message édité par bagu le 30-03-2003 à 00:44:25
Reply

Marsh Posté le 30-03-2003 à 01:19:53    

Beau boulot Bagu, perspicace en plus  :o  :jap:

Reply

Marsh Posté le 30-03-2003 à 01:24:01    

moa je remerci charly007....
 
Je v mettre mon boulot sur mon forum  :D  
et je croa que si ca continu comme ca je v pondre un tuto  ;)

Reply

Marsh Posté le 30-03-2003 à 01:50:21    

et hop...un tuto (le premier) pour mon forum !  :bounce:  ;)

Reply

Marsh Posté le 30-03-2003 à 01:50:21   

Reply

Marsh Posté le 30-03-2003 à 01:53:24    

"Le savoir s'accroît quand il est partagé..." :jap:

Reply

Marsh Posté le 30-03-2003 à 03:00:59    

yep!
 
 
C ma devise et les personne que j'ai rencontré et qui m'ont appris des truc pensainet comme ca !
C bien mieu ca fait avancer le schmilbic !

Reply

Marsh Posté le 30-03-2003 à 20:57:38    

c impec...encore merci chary007  [:youyou2224]  [:youyou2224]  [:youyou2224]

Reply

Marsh Posté le 30-03-2003 à 20:59:47    

bagu a écrit :

c impec...encore merci charly007  [:youyou2224]  [:youyou2224]  [:youyou2224]  


 ;)


Message édité par charly007 le 30-03-2003 à 21:00:04
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed