PlanetSquires Forums

Support Forums => General Board => Topic started by: Petrus Vorster on November 01, 2012, 11:39:54 AM

Title: Menu Icons
Post by: Petrus Vorster on November 01, 2012, 11:39:54 AM
IN VB.net you just point and click to add icons to the form's Menu control.
Is there a way (preferably easy!  :-[ ) to do this in FF3?
Title: Re: Menu Icons
Post by: Paul Squires on November 01, 2012, 03:50:51 PM
Not an "easy" thing to do. I did it with my JellyFish Pro editor but it uses an owner/custom draw set up. Basically, you end up having to draw all aspects of the menu yourself. There is code on the PB forum (old stuff from Borje Hagsten) that shows these techniques. Personally, in my applications I am moving away from icons in menus because I prefer the traditional clean looking menus rather than the cluttered pictures.
Title: Re: Menu Icons
Post by: Wilko Verweij on November 04, 2012, 02:41:15 PM
Hi Petrus,
I downloaded the example by Borje Hagsten some time ago and got it working for my program. I made one change: instead of using an imagelist I used individual icons. You can get it if you want it.
Wilko
Title: Re: Menu Icons
Post by: Petrus Vorster on November 14, 2012, 07:37:57 AM
Yes PLEASE!!!! Where can i download it from?