Definitely on the Load() InitializeComponent() is called from the constructor, and as the name says, it does construct the form, that means the form is not completely created. Load() is called after New(). I use to compare it to the OnInitDialog() handler in C++ Dialog based applications. so, create whatever you want in the New(), and initialize them on the Load()
TOXCCT >>> GEII power
[toxcct][VisualCalc]