When the static button is pushed, create a dynamic button on the form.

A static button. The text of this button should change when the mouse hovers over.
When the static button is pushed, create a dynamic button on the form.
The dynamic button should also pick up the mouse hover and change the text
Create a static textbox and pick up the event of text change. Send the text to a message box.
Create a static button. When the static button is pushed create two dynamic textboxes.
The two dynamic textboxes should pick up the event text change. Both textboxes’ text change event handler should send you to the same procedure. In the procedure use a message box to report which textbox changed and the text in the textbox