Hi, here is the background of my problem:
I have a series of tabs on my main form, and when the form is loaded I want to be able to set the focus on the first tab and gray out the others.

My problem is that I am able to disable the other tabs, but for some reason, whenever the form loads, it sets the focus on one of the disabled tabs instead of the one enabled tab. I was wondering if anyone knows why this happens and how I could fix it. Thanks