Reading external application field value...
-
Dear All, I have an application which i want to integrate with other applications. My application will be running all the time (running on the tray icon) . I have implemented the keyboard hooking to catch a hot key F1 for exmple and call my application. What i need is to read a field value from the external applicaion and call my application passing that value as a parameter (Command()...) Please give me key about where to look Thanks in advance
Best Regards 3ala2 :)
-
Dear All, I have an application which i want to integrate with other applications. My application will be running all the time (running on the tray icon) . I have implemented the keyboard hooking to catch a hot key F1 for exmple and call my application. What i need is to read a field value from the external applicaion and call my application passing that value as a parameter (Command()...) Please give me key about where to look Thanks in advance
Best Regards 3ala2 :)
You don't mention what language you're developing in. If it is a .NET language, then .NET Remoting would be a perfectly acceptable tool.
-
Dear All, I have an application which i want to integrate with other applications. My application will be running all the time (running on the tray icon) . I have implemented the keyboard hooking to catch a hot key F1 for exmple and call my application. What i need is to read a field value from the external applicaion and call my application passing that value as a parameter (Command()...) Please give me key about where to look Thanks in advance
Best Regards 3ala2 :)
There are multiple ways you can do it: a) .Net Remoting b) Windows Communication Foundation c) Web Service d) WMI events
Tariq A Karim http://moplah.blogspot.com/