Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Activate Form

Status
Not open for further replies.

JRudisill

Programmer
Aug 4, 2003
54
US
Have a application with multiple exes. All share the same video image window. Depending on what exe they are in it could be a different member. Want to be able to update the image when a user clicks on a exe. Have code in the activate and got focus events of a form but they do not fire until I actually call another form within that exe. Looking for a event so when they click on the other top level form in another exe a event will fire.
 
If I understand correctly, you would need to somehow use windows messages. You can't just fire one .exe's method from another .exe.

You may be able to put a timer in the image form to refresh the image at a regular interval though.


-Dave Summers-
[cheers]
Even more Fox stuff at:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top