Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clipboard Format
Message
De
01/07/2003 05:46:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00784783
Message ID:
00805617
Vues:
21
Alexander,
Tnanks for the code. I've just noticed , that you actually had published it.
Any ideas what's involved to fill _cliptext at the same time with stripped tags , effectively what .innertext of Internet Explorer document does , but without using it.
Does it require declaring another format for clipboard ?
Code below allows placing into clipboard simultaneously in html/text format

oie = Createobject( "internetexplorer.application" )
oie.silent = .T.
oie.Visible = .F.
oie.Navigate( "file.htm" )
Do While oie.Busy() && Let the page finish navigating
ENDDO
oie.execWB( 17 , 2 , 0 , 0 )
oie.execWB( 12 , 2 , 0 , 0 )


Thanks
Michael
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform