handles

  1. Z

    Question Help Implementing Event from Interface

    I am having trouble implementing an Event from an Interface in a ClassLibrary. Here's the scenario: o I have 2 projects -- a ClassLibrary "CL1" and a Windows Application. The ClassLibrary: o Contains a Friend Interface "I1" and a Public Class "C1". o The Interface defines one Event "E1" and one...
  2. E

    How to get control names using their hWnd handle

    Hi, I'm working on an automation tool to fill textboxes in a 3rd. party application. I already managed to get a Winform handle, its childs control handles, also to get the textbox contents and set new values for them using the following code: Private Sub Button1_Click(ByVal sender As...
  3. H

    Question Handles??? What are they?

    What is a handle? I know that handles are automaticly generated by Visual Studio, but what exactly do they do?
Back
Top