Could you tell me how to do that? I have never made a call to an api using VBscript. I am hardware, not software side of the isle :-)
Main Topics
Browse All TopicsI want to run different applications on multiple monitors attached to a workstation. There are three different monitors that need to run seperate power points.
I have a script that tells me the deviceid of the monitor, but how do I use that to display to different monitors.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I'm pretty sure that there is a simple solution to this!
If the monitors are all set with "Extend my Windows Deskop" then they each have a rectangular set of coordinates in a larger, multi-monitor desktop.
It sounds like a special case, so just hard-code the values.
If you don't know what coordinates to use, then uses Ctrl+PrintScreen and open Ms Paint and paste the result. You now have a map of the entire 3-monitor desktop.
Just open Powerpoint in normalized (non maximized) windwo. Move it so that it is all or mostly in the desired screen, then maximize it -- it will "snap to" in that monitor.
Business Accounts
Answer for Membership
by: kyodaiPosted on 2009-10-13 at 02:50:45ID: 25558268
Officially Microsoft does not support multi-monitors in VB6/VBA, but actually it does work. Refer to the multimon example by microsoft, this works well.
om/kb/3149 91/en-us
http://support.microsoft.c