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

    MS-Office like "shortcut bar"

    Hi,

    Does anyone know how to make a program that "docks" in the MS-Windows main screen window, similar to the Microsoft Office "Shortcut bar" (or launch bar)?

    Any links to example programs or other suggestions to making a docking application on the main screen?

    Any suggestions most welcome!

    /Magnus




  2. #2
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: MS-Office like "shortcut bar"

    Extend the Windows 95 Shell with Application Desktop Toolbars
    http://msdn.microsoft.com/library/pe...iod96/S274.htm

    Using Application Desktop Toolbars
    http://msdn.microsoft.com/library/ps...ll/AppBars.htm


    ****************************************************************************************************
    Ratings are unimportant but feedback is. Let the helper and the worldwide community know what works, perhaps with ratings.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

  3. #3
    Join Date
    Dec 1999
    Posts
    74

    Re: MS-Office like "shortcut bar"

    Excellent, many thanks!
    This was exactly the information I needed!

    Regards,
    Magnus


  4. #4
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: MS-Office like "shortcut bar"

    Something else I stumbled on just now:

    http://www.mindcracker.com/mindcrack...net/bands1.asp

    it describes Band Objects primarily for use in Internet Explorer, but it might be helpful for what you are doing too.


    ****************************************************************************************************
    Ratings are unimportant but feedback is. Let the helper and the worldwide community know what works, perhaps with ratings.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

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