----- Original Message ----- From: "Sylvain Petreolle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "wined" <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 2:34 PM
> I'm today interested by the Internet Explorer screen > shot. I want to use it to start a game (a plugin > needed > by the game to start requests IE to function.) > I have today problmes with the drawing of the icons > bar > where home page, stop, refresh and so on are sitting. > They display for the moment in all black. > I would know how to display them correct. > I tried IE 5, 5.5 and 6 and after all the result is > the same : black icons are dislayed with all the 3 > versions. Would you have tips ? IE 4 and IE5.5 (I don't have IE 5 or IE 6 yet) run fair (not well) with the standard config dll selection and the following overrides: shell,shell32,shlwapi=n The issue with black icons is due to something in the native comctl32. If I use additionally: commctrl,comctl32=n I will get the black icons. This started back in the summer of 2001 I think. The builtin comctl32 displays the icons correctly. However it does have some other problems. Note IE is one of the main test vehicles that I use to work on rebar and toolbar. It is a great test program. It seems to use most of the documented interfaces for comctl32 and a lot of undocumented ones (see discussion of the toolbar mesage 0463). Guy