[SOLVED] title bar and buttons

Answered Closed
0
0

Ciao,

How do I insert buttons in the title bar of the window?

Example attached

Grazie ,

Alessandro

Attachment
  • You must to post comments
Great Answer
1
0

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

  • You must to post comments
Showing 1 result