I have the unenviable task of maintaining an ActiveX control that expects OLE_Colors as the back/for colour of the control.
Is there a tool or a .NET code sample that will convert from an RGB colour (or a hex colour) to an OLE_Color?
I have the unenviable task of maintaining an ActiveX control that expects OLE_Colors as the back/for colour of the control.
Is there a tool or a .NET code sample that will convert from an RGB colour (or a hex colour) to an OLE_Color?
Maybe this will help you: http://www.codeitbetter.com/how-to-convert-ole-colors-to-rgb-colors/
^.^!