Handle the "OnClick" event of the list box. In this event, create a new
textbox via code (dim txt as New TextBox), position it and do with it as you
will. You will probably need to create a handler for whatever events you
need to capture with this text box and add them dynamically (addhandler
function).