How to add toolbar to a stand alone windows form exe?

  • Thread starter Thread starter Chi Tang
  • Start date Start date
C

Chi Tang

Hi,

I tried to add a 'toolbar' to a windows form but I did not know what to do
next (to add buttons). Is there any .net samples for this? Thanks in
advance.

CT
 
Chi Tang said:
I tried to add a 'toolbar' to a windows form but I did not know what to do
next (to add buttons). Is there any .net samples for this?

Select the toolbar control in the Windows Forms designer and click the "..."
button of its 'Buttons' property in the properties window. There you can
add buttons to the toolbar.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top