From: AabidBhat on 2 Sep 2009 03:39 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 2 Sep 2009 04:14 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 2 Sep 2009 07:14 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 2 Sep 2009 07:28 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 2 Sep 2009 10:44 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..
|
Pages: 1 Prev: Getting an idlist for a folder Next: System-wide shell hook for click events in Explorer? |