I know in .NET text boxes have a focus method which will do this, but I can't find anything similar in the places I've looked so far.
wxPython does, in fact have such a method. It's called SetFocus. It's actually a wx.Window method, so all controls have it. hth
greg -- http://mail.python.org/mailman/listinfo/python-list