screen location of launched application

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Upon successful login to our terminal services machine, we
launch a VB app that is viewable through the terminal
services client. It is automatically located in the upper
left corner of the client window. We would rather it be
centered in the client window, and the VB code states that
it be positioned in the center of the screen.

Is there a way to make it centered (rather than placed at
position 0,0)?
 
Through terminal services APIs it is not possible to control the
placement of application windows. Your application should be able to
control it's placement on the screen.

You say that the VB application is coded to place the window at the
center of the screen. Does this work in a non TS session?

Upon successful login to our terminal services machine, we
launch a VB app that is viewable through the terminal
services client. It is automatically located in the upper
left corner of the client window. We would rather it be
centered in the client window, and the VB code states that
it be positioned in the center of the screen.

Is there a way to make it centered (rather than placed at
position 0,0)?

This posting is provided "AS IS" with no warranties, and confers no rights
 
Back
Top