Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

What is the usage of these tools. Could someone tell me:-
1) RichTextBox (I see this as a multiline textbox. What the differ?)
2) ToolStrip and StatusStrip (I guess it like same function)
3) MaskedTextBox
4) ContextMenuStrip
Posted

1 solution

A simple google with all these keywords can provide you all the details. The only piece worth answering is the difference between ToolStrip and StatusStrip, so here it is:

Typically a ToolStrip has buttons along the top for quick access to features in the app, whereas a StatusStrip has a series of labels and possibly a loading progress bar down at the bottom. Naturally I wouldn't use a ToolStrip for notifying a user of something the app's doing and I wouldn't use a StatusStrip for quick access to app features (like New, Open, Save, Print, etc...) but it all depends on the app's design and what works for the user.

All the best.
 
Share this answer
 
Comments
Luiey Ichigo 22-Sep-11 1:00am    
Tq Prdshukla

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