S
Sky
I'm working on a outlook add in development, and in charge of functionalty, we need get the active appointment dialog(or object), it is like:
1. add in create a appointment and display it when user click a button in add in toolbar (as object1).
2. user type something then leave the appointment object there.
3. user click the button again, so the add in will open another appointment dialog(as object2).
I want my add in can catch the active one of the two appointment dialog (In add in, they are object both).
Just like:
When user click the title bar of the object1 dialog, my add in can get object1.
When user click the title bar of the object2 dialog, my add in can get object2.
How can I get it(In VB 6.0 SP3)?
Thank you.
1. add in create a appointment and display it when user click a button in add in toolbar (as object1).
2. user type something then leave the appointment object there.
3. user click the button again, so the add in will open another appointment dialog(as object2).
I want my add in can catch the active one of the two appointment dialog (In add in, they are object both).
Just like:
When user click the title bar of the object1 dialog, my add in can get object1.
When user click the title bar of the object2 dialog, my add in can get object2.
How can I get it(In VB 6.0 SP3)?
Thank you.