Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clipboard Format
Message
From
01/07/2003 05:46:27
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00784783
Message ID:
00805617
Views:
25
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
Previous
Reply
Map
View

Click here to load this message in the networking platform