Skip to main content
Known Participant
October 22, 2005
Question

Creating events

  • October 22, 2005
  • 2 replies
  • 391 views
Is it possible to add new events to a windows control? For example, I have created a dialog, and while processing code outside the dialog I want to sent the dialog a message. If I could create a new onXXX event handler, then I could invoke it.

Thanks in advance

Rory
This topic has been closed for replies.

2 replies

hillrgAuthor
Known Participant
October 22, 2005
That will work - thanks John!

Rory
Known Participant
October 22, 2005
Here's a wild idea. You could make a hidden (non-visible) control in the BridgeScript dialog and then you could change the contents of that field from your external program (Find the control through standard windows mechanisms and modify it). Though I haven't tried it, Bridge should notify you that the contents of the field have changed. If you use an edit field, you can put any arbitrary data in the hidden edit field.

--John