Bug with Tab Order

  • Thread starter Thread starter William Ryan
  • Start date Start date
W

William Ryan

I know this is going to be a stupid question, but I was just wondering. If
I hit the Tab Order menu Under View, I get an error indicating Specified
Cast is Not Valid. I accidentally hit it a lot b/c of the hot key to it.
Is there any way to disable this?
 
I get the same problem. To set Tab Order, go to
#region Windows Form Designer generated code
and find the area at the end of the region that calls this.Controls.Add.
Just change the order of the calls to Add to be the tab order you desire.

Voila.

-Thomas


I know this is going to be a stupid question, but I was just wondering. If
I hit the Tab Order menu Under View, I get an error indicating Specified
Cast is Not Valid. I accidentally hit it a lot b/c of the hot key to it.
Is there any way to disable this?
 
Back
Top