Thanks for your reply, Works perfectly.
Dim YellowWhite As Color = Color.FromArgb(255, 255, 192)txtTransp.UseAppStyling = FalsetxtTransp.Appearance.BackColor = YellowWhite
Regards
Hi,
If you need any additional assistance don’t hesitate to ask.
I'm sorry, I answered a different thread, I will prove your answer. Thanks...
Hello, thanks for your reply, Your video is very fine, but I can't obtain the same results, I'm using this version: 10.3.20103.1000
Thanks...
Hello ErosDark,
Thare are few possible reasons for this behavior.
Scenario 1: If you are using AppStyle - if so, please note that AppStyle has priority over your settings. In this case you could modify your AppStyle or set UseAppStyling = False property.
Scenario 2: If you are using a DrawFilter - If so, you could modify your DrawFilter
Scenario 3: To disable the OS style. You could set UseOSThemes = False and apply your settings
Please take a look at the attached sample for more details and let me know if you have any qustions.