jadams0173
Technical User
- Feb 18, 2005
- 1,210
I have a program that displays a schedule in a nice visual format that is easy to see and understand that is written in VB6. It updates from a form timer every 5 minutes. I've re-written the actual scheduling program in VB 2005. The 2005 application feeds the database with data that the VB6 application displays.
What I would like to do is when the data is updated by the VB 2005 application, instead of waiting on the timer to fire is it possible to somehow fire the update so the schedule is always as up to date as possible.
So the really problem/question is, Can a vb 2005 app through some means cause a timer event to fire in a VB 6 app?
If this is really vague and hard to understand please let me know and I will try to explain it better.
What I would like to do is when the data is updated by the VB 2005 application, instead of waiting on the timer to fire is it possible to somehow fire the update so the schedule is always as up to date as possible.
So the really problem/question is, Can a vb 2005 app through some means cause a timer event to fire in a VB 6 app?
If this is really vague and hard to understand please let me know and I will try to explain it better.