NetTalk Central

Author Topic: Embed on NetBrowse for Copy Button Clicked  (Read 2315 times)

springguy

  • Full Member
  • ***
  • Posts: 195
    • View Profile
    • Email
Embed on NetBrowse for Copy Button Clicked
« on: February 14, 2012, 05:08:28 AM »
I am using a NetBrowse and have a copy button.  Where can I detect that the copy button was pressed?
Mike Springer

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Embed on NetBrowse for Copy Button Clicked
« Reply #1 on: February 14, 2012, 07:27:44 AM »
Hi Mike,

The best place is on the Form, in the PreCopy routine.

The browse doesn't get told about the click. The click action triggers the form, not the browse.

cheers
Bruce