XP standard icons

J

John

Hi, does anyone know if microsoft has any plans to update their standard
icons in XP to more modern, high color ones? The current set has been
around, it seems like since Windows 3.1. I'm talking about the icons you
get if make this call in your app:

::SendMessage(hwndToolBar, TB_LOADIMAGES, IDB_STD_SMALL_COLOR,
reinterpret_cast<LPARAM>(HINST_COMMCTRL));

Thanks.
 
C

Christian ASTOR

John a écrit :
Hi, does anyone know if microsoft has any plans to update their standard
icons in XP to more modern, high color ones? The current set has been
around, it seems like since Windows 3.1. I'm talking about the icons you
get if make this call in your app:

::SendMessage(hwndToolBar, TB_LOADIMAGES, IDB_STD_SMALL_COLOR,
reinterpret_cast<LPARAM>(HINST_COMMCTRL));

Thanks.

You can use the ImageLists from Shell32.DLL (214-217)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top