Hi, I need to call the standard Windows "Choose Color" dialog from AX, and retrun the result of the users choice as an integer to a record. No doubt I have to use WinAPI::ChooseColor(...) to do this. But what are the parameters I pass to achive this? Specifically what is the int hwnd, and binary custColor parameters, and how to I get them?
Thanks J