Hi all,

I am modifing a display driver.
My problem is that if the color of the scrollbar is gray
(Not XP-like UI), I will got an exception error from gwes
and the display of the scrollbar is abnormal.
But if I use the XP-like UI the scrollbar display
normally. I can make the CE device use a XP-like UI but
if I use the Terminal Service Environment(RDP/ICA) and
log on the Windows 2000, the problem still can not be
solved.
I am make sure this problem comes from the display driver.
Because there is no problem when using the FLAT display
driver.

Which part of the display driver should I fix?


Thanks a lot


Bryan.

B.R.

Re: Display driver problem. by Paul

Paul
Tue May 04 13:09:55 CDT 2004

I think that you'll either have to use the PB debugger and trap each
possible call to the driver and trace through until you find the crash
location or you'll have to add DEBUGMSG() calls to the display driver code
and use the serial debug output to narrow down the location.

Paul T.

"Bryan" <anonymous@discussions.microsoft.com> wrote in message
news:66f501c42e91$39b2eee0$a501280a@phx.gbl...
> Hi all,
>
> I am modifing a display driver.
> My problem is that if the color of the scrollbar is gray
> (Not XP-like UI), I will got an exception error from gwes
> and the display of the scrollbar is abnormal.
> But if I use the XP-like UI the scrollbar display
> normally. I can make the CE device use a XP-like UI but
> if I use the Terminal Service Environment(RDP/ICA) and
> log on the Windows 2000, the problem still can not be
> solved.
> I am make sure this problem comes from the display driver.
> Because there is no problem when using the FLAT display
> driver.
>
> Which part of the display driver should I fix?
>
>
> Thanks a lot
>
>
> Bryan.
>
> B.R.
>