>The only real problem I'd expect is that the user will see a progress
dialog
>titled "Beam". This dialog won't stay up for very long, but it's still
>distracting.
Danny Epstein,
Thanks for the great advice. I've got it working just the way I want it,
except for two things:
1. You are right, the progress dialog is distracting. Anyone know of a way
to
prevent this from showing up when Beaming back to your own device?
2. After the calendar event is created, it takes me to it in the datebook
application. But I want the user to be able to stay in my app. This is what
I'm doing:
ExgSocketType s;
MemSet(&s, sizeof(s), 0);
s.description = "<whatever>";
s.name = "exchange.vcs";
s.localMode = true;
I'm not setting any other fields. How do I tell it NOT to switch to the
receiving app?
Thanks!
Tom Ward