Well, ColorChangePopup is a rather complicated tool that needs some explanation to be used.
Take a look at the attached project: it is a simple program that operates on three text messages on the panel and changes their background and foreground colors via ColorChangePopup: you can use it as a starting point to approach this function. Obviously, it must be adapted to your application.
Basically, ColorChangePopup accepts a list of changeable colors and a callback that operates changes on desired elements; the list of elements to operate on is to be passed to the function too: I simplified the code scanning all controls on the panel and operating only on text messages, but you will need to adapt this sample to your actual application.
Hope this helps
Roberto
Message Edited by Roberto Bozzolo on 05-07-2005 12:00 AM