1. win32lib: how to get icons in menus ?
- Posted by Peter Willems <peter at integratedmoves.com> Jul 29, 2003
- 492 views
The subject says it all. Is it possible and if so, how can I do it. Hans Peter Willems
2. Re: win32lib: how to get icons in menus ?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Jul 29, 2003
- 496 views
Look for "SetMenuItemBitmaps" at MS & wrap it? Dan Moyer ----- Original Message ----- From: "Peter Willems" <peter at integratedmoves.com> To: "EUforum" <EUforum at topica.com> Subject: win32lib: how to get icons in menus ? > > > The subject says it all. Is it possible and if so, how can I do it. > > Hans Peter Willems > > > > TOPICA - Start your own email discussion group. FREE! >
3. Re: win32lib: how to get icons in menus ?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Jul 29, 2003
- 487 views
Peter, For SetMenuItemBitmaps, there's some MS info here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui /windowsuserinterface/resources/menus/menureference/menufunctions/setmenuite mbitmaps.asp if you can use that url, doesn't make a lot of sense to me. A problem mentioned is that it only works with monochrome bitmaps, bummer. There must be some way to use color, I've seen it. Dan Moyer ----- Original Message ----- From: "Peter Willems" <peter at integratedmoves.com> To: "EUforum" <EUforum at topica.com> Sent: Tuesday, July 29, 2003 2:54 AM Subject: win32lib: how to get icons in menus ? > > > The subject says it all. Is it possible and if so, how can I do it. > > Hans Peter Willems > > > > TOPICA - Start your own email discussion group. FREE! >
4. Re: win32lib: how to get icons in menus ?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Jul 29, 2003
- 476 views
What's the other demo & where's it from? Dan ----- Original Message ----- From: "Peter Willems" <peter at integratedmoves.com> To: "EUforum" <EUforum at topica.com> Subject: RE: win32lib: how to get icons in menus ? > > > Dan Moyer wrote: > > > For SetMenuItemBitmaps, there's some MS info here: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui > > > > /windowsuserinterface/resources/menus/menureference/menufunctions/setmenuite > > > > mbitmaps.asp > > > > if you can use that url, doesn't make a lot of sense to me. A problem > > mentioned is that it only works with monochrome bitmaps, bummer. > > I was afraid that someone would throw this stuff at me > > > There must > > be some way to use color, I've seen it. > > I can do it in my "other" language, but there it is an integrated > option in the IDE. > > I've seen an Eu demo program that does it too, but without using > the win32lib. I thought maybe there was something hiding in the > win32lib, so I asked. Going to look at that other demo code (but > I think I remember that it was monochrome also). > > Hans Peter Willems > > > > TOPICA - Start your own email discussion group. FREE! >