Cut, Copy, Paste 
Author Message
 Cut, Copy, Paste

Does anyone know how to use code to perform cut, copy, and paste functions
on sections of highlighted text?  I'd also like to use code to perform text
manipulation like underlining and bold, etc.  I'd appreciate any help.

Please respond to the newsgroup or email me (remove the reference to spam in
the address)

Thanks
Eric



Fri, 12 Jan 2001 03:00:00 GMT  
 Cut, Copy, Paste
Sendkeys should handle the cut copy and paste.
Whole text manipulation can be handled by the properties of the text box.
They may require a little digging butThe values are somewhere in the help
file.
Partial text will require third party controls.
Quote:

>Does anyone know how to use code to perform cut, copy, and paste functions
>on sections of highlighted text?  I'd also like to use code to perform text
>manipulation like underlining and bold, etc.  I'd appreciate any help.

>Please respond to the newsgroup or email me (remove the reference to spam
in
>the address)

>Thanks
>Eric



Fri, 12 Jan 2001 03:00:00 GMT  
 Cut, Copy, Paste
Eric,

Quote:
> Does anyone know how to use code to perform cut, copy, and paste
functions
> on sections of highlighted text?

I tihnk you will find sample code at:
http://home.att.net/~dashish

Quote:
>  I'd also like to use code to perform text
> manipulation like underlining and bold, etc.  I'd appreciate any help.

Then you need either Ricthtext ActiveX, shipped with ODE97 or FMS RTF Memo
(more flexible, www.fmsinc.com)

--
Best regards,
___________
Alex Dybenko
Point Limited

Home Page: http://www.geocities.com/SiliconValley/Heights/5091/
Moscow MS Access User Group
http://www.arimsoft.ru/msaccess



Fri, 12 Jan 2001 03:00:00 GMT  
 Cut, Copy, Paste
Eric,

Check out methods like SelStart, SelLength and SelText.  I've built
something like a stripped down expression builder in Access using these
tools.

--
C{*filter*}te Foust



Quote:
> Does anyone know how to use code to perform cut, copy, and paste
functions
> on sections of highlighted text?  I'd also like to use code to perform
text
> manipulation like underlining and bold, etc.  I'd appreciate any help.



Fri, 12 Jan 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. disabling cut/copy/paste

2. Cut,Copy,Paste

3. cut/copy/paste

4. Cut/Copy/Paste

5. Cut, Copy Paste, Select All

6. Cut\Copy\Paste\Scream!

7. cut,copy,paste

8. Creating my own right-mouse-button cut-copy/paste menu

9. Cut, Copy Paste controls from browser

10. Cut,Copy,Paste

11. Enabling/Disabling Cut, Copy, Paste

12. Drag/Drop vs Cut/Copy/Paste

 

 
Powered by phpBB® Forum Software