CAUSE
Internet Explorer's document window may be either transparent or a solid
color, and HTML documents are not displayed until the Internet Explorer
window is minimized, then maximized.
This problem is not specific to Terminal Server or Terminal Server Client,
because it is reproducible on Windows 3.1 and Windows NT 3.51 when using
the 16-bit version of Internet Explorer. The problem does not occur with
the 32-bit version (supported under Windows 95 and Windows NT 4.0 only).
The simple solution is to use the 32-bit version, if possible.
The problem is related to settings in Internet Explorer's Iexplore.ini,
located in each user's home directory in the Windows subdirectory. The
settings that control the size of the Internet Explorer window are stored
in the section [Document Windows]. This section contains settings similar
to:
[Document Windows]
x=110
y=122
width=375
height=221
maximize=0
These values define the screen when Internet Explorer is started in
windowed mode (not maximized):
The "x" and "y" values define the pixel coordinates of the upper-left
corner of the Internet Explorer window. These values are relative to the
upper-left corner of the display screen, with "x" being horizontal and "y"
vertical.
The "width" value defines the horizontal dimension in pixels of the
Internet Explorer window.
The "height" value defines the vertical dimension in pixels of the Internet
Explorer window.
The "maximize" value defines whether Internet Explorer starts with its
window maximized or not. Possible values are "1" (maximized) or "0"
(windowed).
The document window problem occurs when the width and height values both
exceed the current display dimensions by eight pixels or more. For example,
if the current display resolution is 640x480, the problem will occur if
width is 648 or more, and height is 488 or more. If the current display is
800x600, the problem occurs when width is 808 or more, and height is 608 or
more.