When I use my mouse to copy text, I go
Select the text
Right click c
and then I go to where I want to put the copied text
right click and in paste options, I have several choices
The choices allow me to paste the original text with all the font types and colours etc
[Actually, 'paste' seems to be limited in some environments!]
So what I want to do is to put something on the clipboard before I enter my PBCC program
When I first go into the program, I store what is on the clipboard to a field in the program for later use
[The reason that I do this, so I can use the clipboard for other purposes in the program]
But when I use CLIPBOARD to restore the information to the clipboard, it has been stripped of all the extra bits. Things like bold, highlighting in colour, coloured text, different font sizes and different fonts
What can I do so I do not lose all these features?
I tried OEMTEXT but that did not work. I also tried UNICODE - which is apparently only for old compilers anyway
I tried defining the storage field as WSTRING but that does not work
[Windows 10, latest PBCC]
Any thoughts?
Thanks in advance
Kerry
Select the text
Right click c
and then I go to where I want to put the copied text
right click and in paste options, I have several choices
The choices allow me to paste the original text with all the font types and colours etc
[Actually, 'paste' seems to be limited in some environments!]
So what I want to do is to put something on the clipboard before I enter my PBCC program
When I first go into the program, I store what is on the clipboard to a field in the program for later use
[The reason that I do this, so I can use the clipboard for other purposes in the program]
But when I use CLIPBOARD to restore the information to the clipboard, it has been stripped of all the extra bits. Things like bold, highlighting in colour, coloured text, different font sizes and different fonts
What can I do so I do not lose all these features?
I tried OEMTEXT but that did not work. I also tried UNICODE - which is apparently only for old compilers anyway
I tried defining the storage field as WSTRING but that does not work
[Windows 10, latest PBCC]
Any thoughts?
Thanks in advance
Kerry
Comment