Barre d'etat invisible ?

Résolu
JeanMarcus Messages postés 149 Date d'inscription samedi 28 mai 2005 Statut Membre Dernière intervention 10 mars 2014 - 13 juil. 2005 à 14:33
JeanMarcus Messages postés 149 Date d'inscription samedi 28 mai 2005 Statut Membre Dernière intervention 10 mars 2014 - 14 juil. 2005 à 21:12
Bonjour . je sais , il y avait longtemps !

Qui m 'explique comment rendre la barre d'etat ( en bas avec démarrer et l'horloge ) invisible et un click elle reapparait ........ Merci !!!!!!!

2 réponses

Gobillot Messages postés 3140 Date d'inscription vendredi 14 mai 2004 Statut Membre Dernière intervention 11 mars 2019 34
13 juil. 2005 à 18:10
Const SW_HIDE = 0

Const SW_SHOW = 5



Private Declare Function FindWindow Lib "user32" Alias "FindWindowA"
(ByVal lpClassName As String, ByVal lpWindowName As String) As Long

Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long



Dim hhh As Long

hhh = FindWindow("Shell_TrayWnd", vbNullString)

ShowWindow hhh, SW_HIDE


Daniel
3
JeanMarcus Messages postés 149 Date d'inscription samedi 28 mai 2005 Statut Membre Dernière intervention 10 mars 2014
14 juil. 2005 à 21:12
Daniel ... merci ..
C'est peu mais sincere
Amicalement
0
Rejoignez-nous