Link to home
Start Free TrialLog in
Avatar of rajeshnalankal
rajeshnalankal

asked on

setting the icon file name at run time

hi

how can we set the iconfile name property of menu at run time
instead of setting the same like 'c:\icons\winc.ico'

please help me

rajesh
Avatar of jpkemp
jpkemp

SET_ITEM_PROPERTY('block.item',ICON_NAME,'c:\icons\myicon.ico');

Make sure the item's Iconic property is Yes.

Jeff
Avatar of rajeshnalankal

ASKER

hi
thanks  for your reply

i need to set icons for menu module not to a particular
item.

while loading the menu module i had set icons
by specifing the icons path to menu item at a specified path.
instead i want to set it dynamically

thanks

rajesh

ASKER CERTIFIED SOLUTION
Avatar of jpkemp
jpkemp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial