From: AabidBhat on
Hello Friends
My task is to Add icons (ie .ico but not bmps) to Menitems in Win32
API .
can AnyBody prvoide me sample code from where should i begin my Task.
I tried MSDN but all in vain.
Any liitle suggestion is greatly Appreciated
Thanks
From: Christian ASTOR on
On 2 sep, 09:39, AabidBhat <mumina...(a)gmail.com> wrote:

> I tried MSDN but all in vain.
> Any liitle suggestion is greatly Appreciated

http://msdn.microsoft.com/en-us/library/bb756947.aspx
http://msdn.microsoft.com/en-us/library/ms647558.aspx
(with some bugs... like missing : mii.cbSize = sizeof(MENUITEMINFO);

From: AabidBhat on
On Sep 2, 1:14 pm, Christian ASTOR <casto...(a)club-internet.fr> wrote:
> On 2 sep, 09:39, AabidBhat <mumina...(a)gmail.com> wrote:
>
> > I tried MSDN but all in vain.
> > Any liitle suggestion is greatly Appreciated
>
> http://msdn.microsoft.com/en-us/library/bb756947.aspxhttp://msdn.microsoft.com/en-us/library/ms647558.aspx
> (with some bugs... like missing :  mii.cbSize = sizeof(MENUITEMINFO);

Thanks
but where from i get this header file
Cannot open include file: 'vssym32.h'
From: AabidBhat on
On Sep 2, 1:14 pm, Christian ASTOR <casto...(a)club-internet.fr> wrote:
> On 2 sep, 09:39, AabidBhat <mumina...(a)gmail.com> wrote:
>
> > I tried MSDN but all in vain.
> > Any liitle suggestion is greatly Appreciated
>
> http://msdn.microsoft.com/en-us/library/bb756947.aspxhttp://msdn.microsoft.com/en-us/library/ms647558.aspx
> (with some bugs... like missing :  mii.cbSize = sizeof(MENUITEMINFO);

Thanks
but where from i get this header file
Cannot open include file: 'vssym32.h'
From: Christian ASTOR on
On 2 sep, 13:28, AabidBhat <mumina...(a)gmail.com> wrote:

> but where from i get this header file
> Cannot open include file: 'vssym32.h'

Update your Windows SDK..