G
Guest
I've got a customer who has set his menu text to white on black. When using a
new VS2005 toolstripmenu (tsm) we run into all sorts of problems, because the
tsm doesn't automatically use the menu system backcolor. The menu's all have
white text on light grey backgrounds and are totally unreadable. Is this a
bug? Seems like it, since they *do* take over the menu text system color as
forecolor.
I've tried using a small routine to walk over all toolstripmenuitems (and
since they're not members of the forms controls that's tedious as well) and
set their backcolors, and it works, but now the highlight color and the
checkmarks remain stubbornly purple. It looks awful and annoyingly there are
no properties available to set those.
This way the entire toolstripmenu becomes utterly useless.
Has anybody got a clue how to fix this?
new VS2005 toolstripmenu (tsm) we run into all sorts of problems, because the
tsm doesn't automatically use the menu system backcolor. The menu's all have
white text on light grey backgrounds and are totally unreadable. Is this a
bug? Seems like it, since they *do* take over the menu text system color as
forecolor.
I've tried using a small routine to walk over all toolstripmenuitems (and
since they're not members of the forms controls that's tedious as well) and
set their backcolors, and it works, but now the highlight color and the
checkmarks remain stubbornly purple. It looks awful and annoyingly there are
no properties available to set those.
This way the entire toolstripmenu becomes utterly useless.
Has anybody got a clue how to fix this?