PDA

View Full Version : text to be able to copy


Stenas
08-14-2003, 08:24 AM
when i test my autorun.exe, i can't copy the text i wrote(example a serial...)how to make it, to be able to copy??

Worm
08-14-2003, 08:51 AM
You might have to elaborate a little. How are you trying to copy the text?

Stenas
08-14-2003, 09:04 AM
select it ant ctrl+c, well the wolle problem is, that i can't select the text

Worm
08-14-2003, 09:16 AM
is this in an Edit Box or Text Object? If its a text object, then you wouldn't be able to highlight it. You'd have to use the DLL that Brett wrote to set the clipboard with the Text Objects text value. If you change it to a Edit Box, then you should be able to highlight and copy no problem.

Stenas
08-14-2003, 10:08 AM
thnx for help /ubbthreads/images/icons/smile.gif