Search:

Type: Posts; User: camphenry

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    514

    Re: [RESOLVED] how to know any control name

    something called spy in the old days could actually be hovered over a textbox control and show that a textbox has been named as "name_text" without looking at the other programmers source code. is...
  2. Replies
    6
    Views
    514

    Re: [RESOLVED] how to know any control name

    visual basic code:--------------------------------------------------------------------------------Dim ctl As Control
    For Each ctl In Me.Controls
    Debug.Print ctl.Name
    Next ctl


    how do i get...
  3. Replies
    25
    Views
    30,431

    Re: Window/Control Finder Tool (like in Spy++)

    I am trying to DDE and need the textbox name in the linkitem field. when i hover on the targeted textbox the name shows as ThunderRT6TBox but where does it show that the name is really "text2" and...
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width