Bonsoir;
Comment faire pour rendre un commandbutton invisible à partir d'un autre appartenant à un autre form:

sur form1, j'ai cmd11, cmd12
et sur form2, j'ai cmd21, cmd22

pour rendre invisible cmd22 en cliquant sur cmd11, j'ai mis sur form1le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
form2.cdm22.visible=False
mais ca ne marche pas?

form=formulaire
cmd=commandbutton