Cacher le bouton démarrer de windows


Cet article explique comment masquer le bouton démarrer de Windows.
procédure hideStartbutton(visi:boolean)
Var
& nbsp & nbsp Bac, Enfant : hWnd
& nbsp & nbsp C : Array[0..127] de Char
& nbsp & nbsp S : string
begin
& nbsp & nbsp Bac := FindWindow('Shell_TrayWnd', NIL)
& nbsp & nbsp Enfant := GetWindow(Bac, GW_CHILD)
& nbsp & nbsp tout Enfant <> 0 do
& nbsp & nbsp commencer
& ! & ! & ! & nbsp si GetClassName(Enfant, C, SizeOf(C)) > 0, alors
& ! & ! & ! & nbsp commencer
& ! & ! & ! & ! & ! & nbsp S := StrPAS(C)
& ! & ! & ! & ! & ! & nbsp si les Majuscules(S) = 'BOUTON'
& ! & ! & ! & ! & ! & nbsp commencer
& ! & ! & ! & ! & ! & ! & ! & nbsp startbutton_handle:=enfant
& ! & ! & ! & ! & ! & ! & ! & nbsp Si Visi puis ShowWindow(Enfant, 1) d'autre ShowWindow(Enfant, 0)
& ! & ! & ! & ! & ! & nbsp fin
& ! & ! & ! & nbsp fin
& ! & ! & ! & nbsp Enfant := GetWindow(Enfant, GW_HWNDNEXT)
& nbsp & nbsp fin
fin









Cacher le bouton demarrer de windows


Cacher le bouton demarrer de windows : Plusieurs milliers de conseils pour vous faciliter la vie.


Cet article explique comment masquer le bouton demarrer de Windows.
procedure hideStartbutton(visi:boolean)
Var
& nbsp & nbsp Bac, Enfant : hWnd
& nbsp & nbsp C : Array[0..127] de Char
& nbsp & nbsp S : string
begin
& nbsp & nbsp Bac := FindWindow('Shell_TrayWnd', NIL)
& nbsp & nbsp Enfant := GetWindow(Bac, GW_CHILD)
& nbsp & nbsp tout Enfant <> 0 do
& nbsp & nbsp commencer
& ! & ! & ! & nbsp si GetClassName(Enfant, C, SizeOf(C)) > 0, alors
& ! & ! & ! & nbsp commencer
& ! & ! & ! & ! & ! & nbsp S := StrPAS(C)
& ! & ! & ! & ! & ! & nbsp si les Majuscules(S) = 'BOUTON'
& ! & ! & ! & ! & ! & nbsp commencer
& ! & ! & ! & ! & ! & ! & ! & nbsp startbutton_handle:=enfant
& ! & ! & ! & ! & ! & ! & ! & nbsp Si Visi puis ShowWindow(Enfant, 1) d'autre ShowWindow(Enfant, 0)
& ! & ! & ! & ! & ! & nbsp fin
& ! & ! & ! & nbsp fin
& ! & ! & ! & nbsp Enfant := GetWindow(Enfant, GW_HWNDNEXT)
& nbsp & nbsp fin
fin


Cacher le bouton démarrer de windows

Cacher le bouton démarrer de windows : Plusieurs milliers de conseils pour vous faciliter la vie.
Recommander aux amis
  • gplus
  • pinterest

Messages récents

Commentaire

Laisser un commentaire

évaluation