VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,841 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi experts,
Create a new WinForms .NetFx4.8 project and place a Combobox + 2 buttons
ComboBox1 is set to DropDownList
Inside 2 buttons, set FlatStyle to Standard and Flat, and set different back+fore colors for each button.
Once you set it to Standard and set the back+fore colors, then you can never go back to Flat and reset the back color, it's stocked with the last color.
Am I doing something wrong? A bug? Any workaround?
Thanks for the help.