Ciao,
How do I insert buttons in the title bar of the window?
Example attached
Grazie ,
Alessandro
Hi Alessandro,
You can use the Tools property of the form to generate those extra buttons in the title bar.
You simply name the buttons and give them the appropriate icons.
You can also set the Tools property on other controls like a TextBox, MaskedTextBox,ComboBox, etc…
I have attached a sample that includes adding those buttons both “programmatically” and in designer.
Best regards,
Alaa