Hi, bare with me on this one because i havent long been learning how to program with C#. but like the title suggests im looking how to add an event handler to when the forms enabled method is called. Im calling it from another form i.e. when its closed i want to re-enable the parent form. but i would like to do some other things from the parent form when enabled and the only way i understand to be done is to add an event handler to the form.enabled.....

if this is the correct way of doing it can someone please advise?

Thanks

Maybe you can use Form_Load event hanlder, or overriden OnShow.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.