WBrowser command list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
Hi Stephen
1st Tnx, I found new useful commands I was looking for.
But I didn’t comprehend a few things,
for example I'm trying to add a feature, then Enter key is pressed to add a
line break in the curser position (using <br> tag)
Do you have a hint or an example ?
Tnx Eyal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top