Search results for query: *

  1. M

    BandObjects in IE7

    Hey everyone, i wasn't sure where to post this so hopefully its ok here in the General Discussion forum. Anyway, I've been developing a toolbar for Internet Explorer using the BandObjects library from this article...
  2. M

    Central app + multiple client applications & raising events. Suggestions please.

    Hey everyone, I'm just trying to figure out what my best option would be here. I'd like to create an application that will run on my machine and collect data. specifically certain data collected from doing packet capture. Then i'd like to have anywhere from 1 to a dozen different clients (on...
  3. M

    Retrieving actual HTML source using WebBrowser component

    This one seems so easy but it's turning out to be very difficult.. I have pages loading in a WebBrowser object and i'd like to be able to get the HTML source (just as you would with the View Source option in IE). I thought i had it with browser.Document.Body.innerHTML but that doesn't give you...
  4. M

    Retrieving WebBrowser Object of child IE windows

    Hey everyone, I'm writing an toolbar for IE that interacts with IE and all of it is done through a WebBrowser object that is set to the instance of IE that it loads in. I'm wondering how could i retrieve an object representing any child windows that are spawned from that one? (if a link opens in...
  5. M

    Custom toolbars in IE?

    Hey everyone, I'd like to write a program that adds a custom toolbar to IE and then it would have a few buttons that would somehow control IE (get data from the current pages and analyze it, or browse to a specific page and fill data into forms) I'm not sure exactly what would be involved in...
  6. M

    Copying Selected Text From an External Program

    Hi everyone, I've been been beating my head against the wall trying to get at the selected text of an external program. Basically my program will run in the background and wait for a hotkey to be pressed. When that happenes, I want to retrieve the selected text from whatever program i'm working...
Back
Top