gui design opinions wanted

  • Thread starter Thread starter ToddT
  • Start date Start date
T

ToddT

i want to display a text box that contains a string, that is
read-only, but the user must be able to hilite the text in order to
copy it to the clipboard.

how would you cue the user graphically that the control is not
updatable, but the text is still selectable (i.e., i can't simply
disable the control because then the text can't be hilited).

thx in advance.
 
ToddT said:
i want to display a text box that contains a string, that is
read-only, but the user must be able to hilite the text in order to
copy it to the clipboard.

how would you cue the user graphically that the control is not
updatable, but the text is still selectable (i.e., i can't simply
disable the control because then the text can't be hilited).

thx in advance.

Textboxes have a ReadOnly property in addition to their Enabled property.

Greg
 
Would changing the text to grey do the trick? I've done that in the past.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top