Bug with Tab Order

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?
 
T

Thomas Lunsford

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
tab order 1
Intel CPU Bug (Meltdown and Spectre) 32
Tab Order 1
Avoid Enter key during insert entry 1
Windows Forms - Multiple Bound Controls Messing Up Tab Order 3
Tab Order 4
Required field on form 0

Top