|
krabourn,
Caught the InputBox set focus to input field suggestion ... question ... when the textbox recieves the focus, wondering if it would be worthwhile/desirable to PRE-SELECT the default value already entered ... and if the user wanted to enter a different value, they could just start typing (all text will be erased because its selected) and if they wanted to accept or edit contents, just use the mouse/arrow keys to position and edit ...
Not too sure what the VB InputBox does about this ... guess I could give it a try but if it doesn't, think about it ...
[edit]
ok - I setup InputBox as follows ... the focus is now automatically positioned to the textbox ... the default string is initially pre-selected (which is what VB6 does). If you no likey, let me know.
[edit/edit]
Since I got the patient on the table (InputBox) and since noone has really commented on InputBox until now - is there anything else about InputBox you would like to see changed ? Font size ? Control size or positioning ? [ 17. October 2002, 04:23: Message edited by: Shawn ]
|