TSWEB display does not launch in full screen

  • Thread starter Thread starter Matthew Harris [MVP]
  • Start date Start date
Just in case anyone is interested, the key is to set
MsTsc.DesktopHeight=screen.height and
MsTsc.DesktopWidth=screen.width

The screen.height object is a VB object, so needs to be
executed in the Window_OnLoad sub that is in
the 'connect.asp'.

-brad
 
Back
Top