In VB, on the top of the form, you have 2 comboboxes: one where you can select the form or whatever control you want on the form, and the one in the right side contains the methods and events for the control selected in the first one. Why doesn't this work the same way in C#? I'm just trying to add an event for closing a form and I can't do it... All I can select in the first one is the form (which is by coincidence what I need), and in the right one I can't find the events... Am I blind or stupid? Please help me... Thank you.