WBrowser command list

E

Eyal Semo

Hello All
I'm using WBrowser in access (XP) form
does anyone knows where could i find the command list optional to this
object ?
(WBrowser.Object.Document.execCommand ....)
Tnx, Eyal
 
S

Stephen Lebans

The starting MSDN Web page is here:
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/mshtmleditor.asp

The Command Identifiers are detailed here:
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/mshtmleditor.asp


Sample code can be found here:
http://www.lebans.com/htmleditor.htm
A2KSHTML.zip is an HTML Editor built around the MS Web Browser control.

A2K or higher ONLY!!!!
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Top