If you have a LOT of code in the FORM_LOAD event, how can you fix it like #region / #end region? I know you can't use region/end region within a sub. I would just like to be able to minimize each sub-section in the _load event cause mine usually has a LOT of code to initialize parameters and such.
Any ideas?
