Hi,
I am loading the picture name from a database and using the picture switch with index to load the correct picture.
What I also need to do is assign which monitor it display it on.
VBA code to used so far ;
thisProject.Variables.Item("Screen1").Value = "scrRight"
thisProject.RtFunctions.Item("Function 0").Start
Where Function 0 is the screen switch with index.