Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am creating a Text-editor like notepad++ in windows application in C#.

I used A richtextbox, menustrip, statusStrip, saveDialog, openDialog, FontDialog etc.

But I don’t know how to place the Toolbar, Formatbar like wordpad, visual studio etc like, below to menu command.

How can I place the font selection drop down, font color selection DropDown below to menus.
Posted
Updated 29-Nov-11 4:11am
v2
Comments
RaisKazi 29-Nov-11 10:12am    
Edited: 1) Formatting 2) Added "code" tag.

1 solution

It's very simple.You can do this by just dragging and dropping ToolStrip Control from toolbar
in your form. :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900