0


In the belowclode ShowFullScreen methhod taking integer monitorID as argument,i dont know what that monitorID value is .

 ConversationWindow window = automation.EndStartConversation(ar);

            window.ShowFullScreen(int MonitorID);



But i tried different values as arguments, turns out acceptable values are 1,2,3,4,5. i searched entire SDK for that values , what they imply and all couldnt find.

In a nutshell what is monitorID?? Thank you

jammy
  • 73
  • 6

1 Answers1

1

You can thing of the monitorid as the index into the AllScreens array.

It will allow you to full screen mode the conversation onto a specific monitor of our choosing.

Shane Powell
  • 13,698
  • 2
  • 49
  • 61