Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move RTF-Text to Clipboard
Message
De
19/03/2001 19:12:21
Scott Butts
Ims Specialty Services
Twin Falls, Idaho, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00486560
Message ID:
00486695
Vues:
10
Here is somthing I have used, I had a comment next to it saying it only worked in VFP5, I really couldn't say for sure. Just something to paly with.
lctmp = 'some rich text data'
SET LIBRARY TO foxtools.fll ADDITIVE
IF openclip(0)
	lnformatnum = REGCLIPFMT("Rich Text Format")
	setclipdat(lnformatnum,lctmp)
	closeclip()
ENDIF
RELEASE LIBRARY foxtools
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform