Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

How to change color based on the company/environment

$
0
0

Hello,

Our users have been asking us to change the color of Ax environment based on the company selected. One way to accomplish this would be to change the background color of the forms by overriding the run method of SysSetupFormRun class and coding something like

this.design().backgroundColor(backGroundColor); in the method.

However this gives an unpleasant appearance, especially around the buttons and containers in the form.

Is there any way to assign the color of the title bar of the form/window or any other parts of the AX client besides the background color of forms?

I am wondering if it is possible to use WinAPI, and some dll functions such as those available in USR32.DLL to change the color of different parts of the window.

Thanks


Viewing all articles
Browse latest Browse all 72043

Trending Articles