Copy(able) text

  • Thread starter Thread starter Code Monkey
  • Start date Start date
C

Code Monkey

If place a file on your desktop, right click and select 'Properties',
you get a dialog box with things such as type of file, location, size
etc.

This information is selectable with a cursor and can be copied to the
clipboard.

Is this type of thing possible in a windows form type application
without using a TextBox type control? If so - how?

I'd like the text in my application to have similar properties.
 
Code said:
If place a file on your desktop, right click and select 'Properties',
you get a dialog box with things such as type of file, location, size
etc.

This information is selectable with a cursor and can be copied to the
clipboard.

Is this type of thing possible in a windows form type application
without using a TextBox type control? If so - how?

I'd like the text in my application to have similar properties.

Basically it's a read-only textbox with no border and no tabstop.
 

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