Create a windows application thatcontains two TextBox objects and two Button objects. One of theTextBox objects and one of the buttons are initially invisible. Thefirst textbox should be used to input a password. The textboxshould be masked to some character of your choice so that thecharacters entered by the user are not seen on the screen. When theuser clicks the first button, the second TextBox object and buttonobject should be displayed with a prompt asking the user to reenterhis or her password. Now the user clicks the second button, havethe application compare the values entered to make sure they arethe same. Display an appropriate message indicating whether theyare the same.