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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Tab Order 3
Disable new grid Chrome tabs on Android 9
tab order 1
Add/Subtract columns from tab to tab in same file 3
Tab Order 2
Intel CPU Bug (Meltdown and Spectre) 32
Tab Order 1
Tab Order 4

Back
Top