Knowledge.ToString()

Tag: Web Browser Control

  • MS Access: HTML Editor Control to Use in Forms

    If you want to get HTML editor within MS Access form, there are couple of solutions available. The free solution I know is to get Not So Elegant HTML Editor. The problem with this editor is that After looking at this editor, you will never say “so cool” It is good for basic editing but…

    |

  • MS Access VBA: Get/set Javascript Variable in Microsoft Web Browser ActiveX Control

    In your MS Access application, if you are using Microsoft Web browser, we may have to interact with the JavaScript variable inside the loaded page. There is no obvious method exists in the Web browser control but using the following trick you can get/set the JavaScript variable in the webpage. Quick Tip Add JavaScript function…

    |