Goal: Develop a dll with a callable function that can return the title bar text and url of a displayed browser page where the browser is Firefox or Internet Explorer. This dll will be incorporated into our existing shipping products. Description: Given a window handle supplied by the caller, where the caller has determined that the window is Firefox or Internet Explorer, return the title bar text and url of the currently displayed page. For a tabbed browser it would return the...