Using VBA to automatically share PowerPoint over NetMeeting

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top