Escape sequences
My program is putiing a string onto the clipboard, which is then pasted by
the user into a text field in another application.
I would like part of it to be displayed in bold when pasted.
In the DOS days, didn't we used to do this with an "escape sequence"?
CHR(27) + ....?
I can't see a way to do it now. Any suggestions would be appreciated.
TIA
Andrew McGurk
.
Relevant Pages
- Re: Split passwords
... You generate a string of random numbers and HMAC the string ... > Once I cut it into the clipboard, I have to be sure it gets erased. ... floppy drive or support those little USB drives, ... I have a feeling that I'm going to be the only one using this scheme, ... (sci.crypt) - Re: need code to copy paste extended
... The clipboard isn't being utilized so there is no need for the forms object ... Dim strTrans As String ... Dim objDoc As Word.Document ... Dim strPlus As String ... (microsoft.public.word.vba.general) - Re: Grabbing a string thats already been created in one .vbs file and doing stuff with it in a secon
... The script you've linked me to, by which a string is transferred to the ... Clipboard, and in fact, my first .vbs file begins with the desired text ... text in the clipboard, I want to retrieve the string I created, and turn it ... (microsoft.public.scripting.vbscript) - Re: Grabbing a string thats already been created in one .vbs file and doing stuff with it in a secon
... string, and then turns the string into a Volatile Environment item in the ... 'make string out of text in clipboard ... Set oWSH = CreateObject ... And here's the second .vbs file, which turns the item that's been reserved ... (microsoft.public.scripting.vbscript) - Re: Grabbing a string thats already been created in one .vbs file and doing stuff with it in a secon
... The script you've linked me to, by which a string is transferred to the ... Clipboard, and in fact, my first .vbs file begins with the desired text ... Clipboard contents is made into string sText. ... (microsoft.public.scripting.vbscript) |
|