Interactive ColorDialog

  • Thread starter Thread starter Alexander Vasilevsky
  • Start date Start date
A

Alexander Vasilevsky

Is there a method to do unmodal ColorDialog? That a necessity to react on
discoloration in ColorDialog yet to pressure on OK is. Event ColorChanged
would walk up, but for some reason I him at ColorDialog did not notice

http://www.alvas.net - Audio tools for C# and VB.Net developers
 
Maybe try to run the dialog on it's own thread!? But be aware: you need a
thread context change in the event handler to avoid illegal cross thread
calls.

Regs

Thorsten Kansy
 
Back
Top