Tab indexing label boxs

I find that i can't set tabstop in the properties menu , and if i hard code it in my tabs still do not focus on the label box, is this a problem with my code, or are they not tabable. I can assign them an index number. any help for a begining vb.net programmer would be a blessing, thanks

Comments

  • As I think you will find with previous versions of VB as well as VB.NET Labels can not hae focus at runtime. The reason you can give them a tab stop is that it will then shift focus straight to the next item.

    Out of interest why would you need to have atab stop on a label?

    Simon

    : I find that i can't set tabstop in the properties menu , and if i hard code it in my tabs still do not focus on the label box, is this a problem with my code, or are they not tabable. I can assign them an index number. any help for a begining vb.net programmer would be a blessing, thanks
    :
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion