View RSS Feed

Recent Blogs Posts

  1. Getting More Out of Your Browser Control - Part III

    This is the third blog article about getting more out of the web browser control. In comments I have been asked to show code that uses the web browser control. In the first blog I mentioned that the web browser control is used in a welcome dialog for Database Explorer. Let's review the code for that dialog in this blog.

    The dialog
    Let's look at the dialog again, the picture shows how it looks like.
    ...

    Updated 2-Dec-2013 at 02:25 AM by Vincent Oorsprong (Images enlarged)

    Categories
    Uncategorized
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	2011-04-16_171510.jpg 
Views:	2704 
Size:	62.0 KB 
ID:	4257  
  2. Getting More Out of Your Browser Control - Part II

    In the first blog I told you how to connect to the HTML document object inside your Microsoft Internet Explorer browser object. How you can dynamically load a string holding a HTML document structure. In this blog I will extend this a bit.

    Let's go back to the Did You Know dialog in DataBase Explorer and look what extras we can learn from there.

    Context Menu
    If you bring up that dialog and you right click the browser control you will notice you cannot get to ...