We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

It's possible the form load event not run when the form is loading or loaded?

I have a form that inherit from a base form, the base form only have some public event and empty code methods and functions. After the form InitializeComponent(), I have add in some code to call a sub. This sub will do the databinding with the windows control. But I discovered my code in form load event didn't work, even a simple msgbox("Hello world!") also don't work. The Handles MyBase.Load also still there. What is the problem? it's a bug or if I add code after the InitializeComponent() will effect the Form Load?

Loader.
Live Chat Icon For mobile
Up arrow icon