SetFocus functionality

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geir Holme

    #1

    SetFocus functionality

    Hi all.
    I am looking for something as simple as the good old "SetFocus" command.
    When I opens a form from a menu treeview controll I want to move the "blue
    marker" (focus) over to one particular field/button on the form just opened
    as if I clicked on it. And then back to the treeview control when the form
    closes.

    Thanx all

    -gh


  • Chris Dunaway

    #2
    Re: SetFocus functionality

    Have you tried the Focus method?

    Comment

    Working...