Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / August 2006

Tip: Looking for answers? Try searching our database.

Is it possible to add a textbox to a status bar?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Andy Jacobs - 28 Aug 2006 14:56 GMT
Hello,

Is it possible to add a textbox to a status bar?

If so, a code example would be much appreciated in C#.

Thx.
Andy Jacobs
Claes Bergefall - 28 Aug 2006 15:48 GMT
Yes, it's possible. How to do it depends on what type of status bar you're
using

System.Windows.Forms.StatusStrip:
Create an instance of ToolStripTextBox and add that to the Items collection
for the StatusStrip
You will need to set the size of the ToolStripTextBox

System.Windows.Forms.StatusBar:
Create an instance of TextBox and add that to the Controls collection of the
StatusBar
You will need to set the size and location (relative to the top left corner
of the statusbar) of the TextBox

  /claes

> Hello,
>
[quoted text clipped - 4 lines]
> Thx.
> Andy Jacobs

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.