> We use Remote Desktop Web Connection ActiveX control to access our
> terminal
[quoted text clipped - 15 lines]
> solve
> our users problems with wide screens?
I don't use the web method at all so I may be steering you wrong, but have
you tried simply modifying the default.htm file on the host/server computer
to add the higher resolution? You can download a modified advanced
default.htm file, created by Jeffrey Randow (a former MS-MVP). Here is an
example snippet from the file...
*****************************
case "6"
resWidth = "1600"
resHeight = "1200"
end select
MsRdpClient.DesktopWidth = resWidth
MsRdpClient.DesktopHeight = resHeight
*****************************
http://www.schinning.net/Portals/0/Downloads/RDPwebadvanced51xpsp2.zip
If that link does not work go to this site and look in the "Clients"
section.
http://www.schinning.net/FreeTools/tabid/54/Default.aspx
Beyond that you might post this question to the
microsoft.public.windows.vista.network_sharing or the
microsoft.public.windows.terminal_services news groups.
Good luck...

Signature
Al Jarvi (MS-MVP Windows Networking)
Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
Paul Saunders - 29 Jan 2007 13:30 GMT
Thanks for the information. The main problem is that we request Full
Screen but there appears to be an inbuilt limit of 1600 x1200 and when it
encounters any resolution with 1 of the dimensions larger than those, it
fails to go full screen and stays at the default. So we are looking to raise
the limit rather than allow a specific resolution.
> > We use Remote Desktop Web Connection ActiveX control to access our
> > terminal
[quoted text clipped - 48 lines]
>
> Good luck...
Sooner Al [MVP] - 29 Jan 2007 14:29 GMT
> Thanks for the information. The main problem is that we request Full
> Screen but there appears to be an inbuilt limit of 1600 x1200 and when it
[quoted text clipped - 58 lines]
>>
>> Good luck...
Have you searched (or posted to) the TechNet forums? Doing a quick scan I
have seen some posts there that imply the new RDP 6.0 client includes a new
ActiveX client/component...
http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=580&SiteID=17
There is also the Terminal Services Team blog that may have answers...
http://blogs.msdn.com/ts/
Good luck...

Signature
Al Jarvi (MS-MVP Windows Networking)
Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
Paul Saunders - 29 Jan 2007 16:47 GMT
Thanks very much for your help.
From the technet forums I found an post saying that they have combined the
ActiveX control with the new RDP 6.0 client. So once thatis installed we have
the ActiveX control installed for the web.
> > Thanks for the information. The main problem is that we request Full
> > Screen but there appears to be an inbuilt limit of 1600 x1200 and when it
[quoted text clipped - 70 lines]
>
> Good luck...
Sooner Al [MVP] - 29 Jan 2007 17:20 GMT
> Thanks very much for your help.
> From the technet forums I found an post saying that they have combined the
> ActiveX control with the new RDP 6.0 client. So once thatis installed we
> have
> the ActiveX control installed for the web.
Great...
That is good to know. Thanks for the feedback...

Signature
Al Jarvi (MS-MVP Windows Networking)
Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...