.NET
  Home arrow .NET arrow Working with the Statusbar in MFC
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
.NET

Working with the Statusbar in MFC
By: Gabor Bernat
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2009-10-07

    Table of Contents:
  • Working with the Statusbar in MFC
  • Before the MFC Feature Pack
  • Changing the text
  • Extra information

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Working with the Statusbar in MFC


    (Page 1 of 4 )

    Staying up to date with what's happening inside a program is crucial. The user should always know what he is waiting for or what he has to do next. To satisfy this duty, the creators of the Windows Operating System graphic user interface implemented a bar that lets you show various information. Over time this bar has come to be called the Statusbar. Along with other controls, when the MFC Extension Pack was launched, this item got a well-deserved upgrade in the world of MFC. Let us review this interesting part of our applications. This article is the first in an eight-part series.

    The MFC was quite well received with the Visual Studio 6.0 package, and soon became one of the standards used to create applications under the Windows platform. This makes sense if you also know that MFC is the abbreviation for "Microsoft Foundation Class Library." Moreover, it was mainly developed by Microsoft to make Windows more popular.

    However, as time has passed, the people from Redmond realized that it is a little too troublesome to create applications in the world of unmanaged programming. Therefore, they came up with a wise solution: they created a new managed language (C#) that made it a lot easier for people with little or no programming knowledge to create complicated applications. The down side of this was that  managed programming also introduced heavy performance penalties.

    These penalties must not exist if you create programs that require heavy CPU usage. This is the case when we are talking about video processing and CAD programs. Moreover, for any C# program to work, the presence of the .Net platform is required, because there are no longer machine codes generated, as would be in the case of a MFC program. With these programs, the world of C++ and MFC remains the only choice.

    Realizing that they were losing market share with the aging of their MFC platform (not updated since the Visual Studio 2003 release), Microsoft decided to make a move. A little company had the opportunity to make the improvements. You can already see the result as the MFC Feature Pack. Inside this, the Statusbar also gained a couple of improvements. Today, I am going to show you  how to use the bar generally, and in a future article, the new additions.

    More .NET Articles
    More By Gabor Bernat


     

    .NET ARTICLES

    - Building Applications with Windows Workflow ...
    - Building the Data and Business Layers Using ...
    - The Transformed XML Explorer in MFC
    - List Control and Property Grid with the MFC ...
    - Font, Shell and Masked Edit Controls for MFC
    - Color, Link and Image Editor Controls for M...
    - New Controls for MFC
    - The Windows Ribbon Framework
    - Markup Language for the Ribbon Framework
    - Visually Upgrade Your MFC Project
    - New Features for the Statusbar in MFC
    - Working with the Statusbar in MFC
    - Iron Speed Design v60 Review
    - Binary and XML Serialization
    - Using CrystalReportViewer to Display Crystal...





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek