CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    6

    That neat offline ICON in IE

    Hi All!

    Have you ever seen the status bar of IE when it's in offline mode. I mean when you go to the "File" menu and choose "Work Offline". Now I know how to check the "Work Offline" menu item. But I need to know how to display that "Working Offline" icon on the status bar. Or any other visual way so that I could display some "sign" that my app is currently in Offline mode.

    Any ideas/help/samples will be appreciated.

    Thanks in advance.

    Cheers
    Rossi.

    ==============================================
    Allen Van Der Ross
    Systems Programmer
    Software Performance Improvement
    South Africa
    E-Mail: [email protected]
    ==============================================

  2. #2
    Guest

    Re: That neat offline ICON in IE

    An excellent book--with source code on CD-ROM--is well worth the purchase price: "The MFC Answer Book" by Eugene Kain (Addison Wesley, ISBN#0-201-18537-7) Section 6.12 is titled "How do I draw in a status bar pane?" and details the process clearly and completely.

    Cheers!
    Humble Programmer
    ,,,^..^,,,


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured