How to know screen size?

Anonymous
2017-10-27
2017-10-30
  • Anonymous - 2017-10-27

    Originally created by: Viacheslav Mezentsev

    I need to know width and height in pixels for current display. How to do that?

     
  • pedro-ant - 2017-10-30

    In this post

    Using the g_ClientManager you can list all the active clients and then get the ".rClientRect.ptBottomRight.iX" and ".rClientRect.ptBottomRight.iY" for each one from their VisuElems.VisuStructClientData structure.

     

Log in to post a comment.