1. Re: Don Cole's Niffty Progress Bar Uploaded Atten: RAD
- Posted by Rad <radhx at rediffmail.com> Nov 12, 2006
- 545 views
Bernie Ryan wrote: > Rad: > > Are you building the menus using win32lib ? > > You might find it faster to create the 800 menus with a resource > editor and then use my win32eru program to generate an include > file with the menus. Then when you create the menus you will be > creating them in memory all at once and not dynamically as you > would with the win32lib. > > Bernie > Hi Bernie, I am using C.K.Lester's fastmenu.ew with win32lib to build my application menu. Depending on the logged in user, I am building this dynamic menu from the MySQL database where access rights to options for each user are defined. I am using your win32eru for generating resource file for my application icons and bitmaps. It works very well. But how to use win32eru to generate my dynamic menu from database? Regards, Rad.