B
Brian
I want to be able to share PowerPoint using NetMeeting. I want this
to happen automatically when any PowerPoint presentation is opened
(i.e., so that the user does not have to load NetMeeting, click share,
choose PowerPoint, click share 24-bit, then close).
I have some VBA code in an add-in's PresentationOpen event (I think
that is the proper event name). I am currently using an AppActivate
to get Netmeeting in focus then using SendKeys (sloppy) which only
works ~30% of the time. NetMeeting reliably gets the focus with the
AppActivate command, but the SendKeys fails the majority of the time.
I have tried a couple different key sequences and some varying wait
times without any better luck. I would like to abandon the SendKeys
altogether if possible.
Aside from my unreliable technique, any other approaches?
-Brian
to happen automatically when any PowerPoint presentation is opened
(i.e., so that the user does not have to load NetMeeting, click share,
choose PowerPoint, click share 24-bit, then close).
I have some VBA code in an add-in's PresentationOpen event (I think
that is the proper event name). I am currently using an AppActivate
to get Netmeeting in focus then using SendKeys (sloppy) which only
works ~30% of the time. NetMeeting reliably gets the focus with the
AppActivate command, but the SendKeys fails the majority of the time.
I have tried a couple different key sequences and some varying wait
times without any better luck. I would like to abandon the SendKeys
altogether if possible.
Aside from my unreliable technique, any other approaches?
-Brian