Search code examples
vb.netwinformsmenustrip

How to make the File menu drop down on form load?


How to make the File menu drop down on form load ?

I want to make the File Menu to drop down when the form is opened.

How to do this ?


Solution

  • You'd want to call the ShowDropDown method in the form_load: