OLE_COLOR format
Posted: Wed Aug 10, 2005 4:37 pm
Hello!
I just can't figure out these OLE colors - I've tried many things using the object.ReplaceColor but none of them worked for me. What I need is to replace #CCCCCC, &HCCCCCC, RGB (204,204,204) ,... with white color. My all tries just return "Bad parameters" using ASP, GFLAX.
Can someone write me a line how to do that?
Andy
I just can't figure out these OLE colors - I've tried many things using the object.ReplaceColor but none of them worked for me. What I need is to replace #CCCCCC, &HCCCCCC, RGB (204,204,204) ,... with white color. My all tries just return "Bad parameters" using ASP, GFLAX.
Can someone write me a line how to do that?
Thank you so much!!object.ReplaceColor(Color As OLE_COLOR, NewColor As OLE_COLOR, [Tolerance As Long])
Andy