change image from a context menu item

  • Thread starter Thread starter ein
  • Start date Start date
E

ein

hello,

i would like to know how to change the icon(image) of an item in the
context menu based on a status for....

example: the image should be image1.jpg for default - and if a method
returns true for example then it should be changed to image2.jpg

thanks for your hints
 
Hi,

You have to make a owner drawn menu of that. This article should
help you get started

http://msdn.microsoft.com/msdnmag/issues/04/02/CuttingEdge/default.aspx

Ken
--------------
hello,

i would like to know how to change the icon(image) of an item in the
context menu based on a status for....

example: the image should be image1.jpg for default - and if a method
returns true for example then it should be changed to image2.jpg

thanks for your hints
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top