Tab Focus

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roy Riddex

    Tab Focus

    Hi
    I've written a simple program which uses the Microsoft Tabbed Dialogue
    Control. I'd like the first tab to always have the focus when the program is
    opened but for some reason it gives the focus to the last tab to be read. Is
    there a command I can insert into the form load event which will give focus
    to whichever tab I want?
    Thanks


  • Roy Riddex

    #2
    Re: Tab Focus

    Ignore the OP please, I managed to work it out.

    SSTab1(0).Tab = 0


    Comment

    Working...