TSWEB client won't launch display into full screen

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I have modified the 'connect.asp' that is included with
the install of the tsweb package so that the tsweb client
launches directly into Full screen mode (by setting
MsTsc.SecuredSettings.FullScreen = "1"). The client does
indeed launch into full screen mode, but the actual
display does not. The display is still conditional on
the 'WIDTH' and 'HEIGHT' vaules that are specified on down
in the code. The net effect of this is the client
launches to full screen, but if no size is specified from
the url, then it assumes 800x600 and on a 1024x768 screen
you end up with a black border going around the display.
Does anyone know a property or method I could use to cause
the display to go full screen along with the client?
 
Back
Top