Search results for query: *

  • Users: rfaricy
  • Content: Threads
  • Order by date
  1. rfaricy

    Generate a skeleton/wrapper class from a COM object

    I have a COM/ActiveX object which I am using in VB.NET for a project at work. I want to enhance its capabilities by wrapping it and its members in classes of my own so it is more .NET friendly. For instance, it uses and returns "Object" and "Variant" data types which I hate Casting into their...
  2. rfaricy

    How to NAVIGATE an external Internet Explorer_Server class

    How do I NAVIGATE an external Internet Explorer_Server class?? I am in need of help here ... I have an application that needs to read information from an existing web browser window (located within an application I did not create). I am able to read the text from it using the IEDom tutorial...
Back
Top