>> -tabstop => 1. pretty sure it only works with a gui::dialog. >> sorry. make that it only works with a window, not a dialog.
Many thanks for prompt response. Unfortunately, I don't notice any effect either with a window or a dialog (and I'd particularly like it to work with a dialog). I'm using it with textfields: $loginWin->AddTextfield( -name => "Username", -left => 63, -top => 10, -text => "", -width => 120, -height => 22, -style => WS_VISIBLE | WS_TABSTOP, ); jmc