![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, What is the easiest way to send a string from one application to another? I'm develloping an OutlookAddIn and in some cases I need to make my OutlookAddIn send a string to my other (CRM) application. Any idea? Thanks M O J O |
. But, we need a
#3
| |||
| |||
|
|
Hi, What is the easiest way to send a string from one application to another? I'm develloping an OutlookAddIn and in some cases I need to make my OutlookAddIn send a string to my other (CRM) application. Any idea? Thanks M O J O |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
On Oct 29, 9:17 am, M O J O <m... (AT) nospam (DOT) nospam> wrote: Hi, What is the easiest way to send a string from one application to another? I'm develloping an OutlookAddIn and in some cases I need to make my OutlookAddIn send a string to my other (CRM) application. Any idea? Thanks M O J O Well, there are lots of ways to accomplish this... But, it really depends on the architecture of your application. Do they both reside on the same machine? Do they need to talk across the network? Some choices WM_COPYDATA (local), named pipes, remoting, wcf, sockets (system.net.*), memory mapped files, database polling, etc... Some of those are of course harder then others (wm_copydata and memory mapped files, are probably not what you want . But, we need alittle more information before a recommendation is made. -- Tom Shelton |
#6
| |||
| |||
|
|
You missed a method. Programmatically take control of the keyboard and mouse to move the cursor to the field you want to enter the data. Then programmatically send the individual keypresses. |

#7
| |||
| |||
|
|
On Oct 29, 9:17 am, M O J O <m... (AT) nospam (DOT) nospam> wrote: Hi, What is the easiest way to send a string from one application to another? I'm develloping an OutlookAddIn and in some cases I need to make my OutlookAddIn send a string to my other (CRM) application. Any idea? Thanks M O J O Well, there are lots of ways to accomplish this... But, it really depends on the architecture of your application. Do they both reside on the same machine? Do they need to talk across the network? Some choices WM_COPYDATA (local), named pipes, remoting, wcf, sockets (system.net.*), memory mapped files, database polling, etc... Some of those are of course harder then others (wm_copydata and memory mapped files, are probably not what you want . But, we need alittle more information before a recommendation is made. -- Tom Shelton |
#8
| |||
| |||
|
|
Hi Tom, Thanks for helping me out here! Well both aplications resides on the same machine. I'm using VB.net 2005 on both the OutlookAddIn and my CRM application. In my OutlookAddIn, I'm capturing when an appointment is saved and then I save all the appointment informations in my sql server. Next I want my OutlookAddIn to simply tell my CRM application, that an appointment has been saved (using the GlobalAppointmentID ... a string). My CRM application might not run. I was hoping that my OutlookAddIn could broadcast a string message and my CRM application could listen for that broadcast. I'm new to this intercommunication stuff. )Thanks again. M O J O |
I can't give you specifics - since it is
And it is the![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |