Closed lajjutz closed 3 years ago
Hello Krish
I was working with another database using your last update of the dlls files, and I realize that the color of the button of the dialog box are not changing despite changing the colors:
gDll.ShowDialog(Me.Text2.value, vbInformation, "Title", "OK", "", "#A25151", "#FFFFFF") gDll.ShowDialog(Me.Text2.value, vbInformation, "Title", "OK", "", "#00C851", "#FFFFFF")
Previous version, when changing the "ThemeBg" color, changed also the button color using the same color.
Maybe you can check out what's going on with this..
Thanks in advance.
Fixed. Update released
Hello Krish
I was working with another database using your last update of the dlls files, and I realize that the color of the button of the dialog box are not changing despite changing the colors:
gDll.ShowDialog(Me.Text2.value, vbInformation, "Title", "OK", "", "#A25151", "#FFFFFF") gDll.ShowDialog(Me.Text2.value, vbInformation, "Title", "OK", "", "#00C851", "#FFFFFF")
Previous version, when changing the "ThemeBg" color, changed also the button color using the same color.
Maybe you can check out what's going on with this..
Thanks in advance.