Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 19,771 times

Contents

Downloads

Related Categories

Application Bar - Overview

Application Bar 1.4
Free
Unknown Software Publisher
More Information & Purchase
Unknown Software Publisher

Overview

The TAppBar class is a Visual Basic class, that lets your form to behave like an Application Desktop Toolbar (i.e. to dock on the edges of the screen like the Windows 95/NT Taskbar).

"An application desktop toolbar (or an appbar for short) is a window that attaches itself to an edge of your screen. (The shell’s taskbar window is a well-known example of an appbar). Though appbars are usually docked on an edge of the user's screen, they also can float. To make room for an appbar that's docked, the Windows 95/NT shell shrinks the size of the screen's workarea. The workarea is the portion of the screen that is not occupied by any appbars. Whenever the user maximizes a window, the system ensures that the window fills the workarea, not the full screen. If an appbar is docked on the edge of the screen, moved from one edge of the screen to another, or removed from an edge of the screen, the system automatically resizes and repositions any maximized windows so that they always fill the workarea completely. In addition, when the upper-left corner of the workarea changes, the system shifts all the application windows on the screen so that they always maintain their relative distance from that corner." (J. Richter, 'Extend the Windows 95 Shell with Application Desktop Toolbars', MSDN)

Comments

  • Posted by Shadow13 on 14 Sep 2005

    VB .Net converts it automatically. (It doesn't do too great of a job, :eek: but it works.)

  • Two Monitor Support

    Posted by Caspan on 24 Mar 2005

    I know that this project can not do Dual monitors but how do I modify it so the application starts up and only works on my 2nd monitor. I dont what it to be able to dock to the primary window (it's al...

  • Any word on a similar app in vb.net?

    Posted by zeflin on 25 Jan 2005

    Any word on a similar app in vb.net?

  • VB.NET

    Posted by cynth on 15 Jan 2004

    do you have a copy of the code in VB.NET?

  • timer problem

    Posted by ichiro on 21 Jun 2003

    I have some problems with timer control.
    I would like to use both TAppBar and timer control on the same form.
    but when the timer was started, runtime error occured at the TAppBar code.
    Why? How do ...