Results 1 to 4 of 4

Thread: taskbar

  1. #1

    Thread Starter
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604

    Unhappy

    hi,

    as you may or maynot know i am creating my on shell,

    how can i create my own taskbar, so when i minimise my programs they minimise to here

    all suggestions greatly recieved


    Merlin ?

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  2. #2
    Hyperactive Member
    Join Date
    Aug 1999
    Location
    Glasgow,Scotland
    Posts
    281

    I'm not too sure what you mean. Why don't you just use your form's showintaskbar property, and use the Windows taskbar.

    If you want to have some sort of floating task bar, or pallete, you could use a small, non resizable form that stays on top of everything else. You could have a graphic that is invisible on this smaller form, and becomes visible when your main program is minimized.

    Then when the image on this smaller form is clicked, your main program maximizes again, and the image becomes invisible, or whatever. Just an idea....

  3. #3
    Lively Member
    Join Date
    Jun 2000
    Posts
    82
    I would say that would be a fairly involved process.
    I'm not too sure, but I think you would have to retrieve a list of all the programs currently running (which I know there's an API call to do), then work out their windowstates (not too sure about this), and act accordingly. When a user clicks on a button symbolising a minimized app, you'd have to send a message to the app to restore or maximize.
    I doubt there would be a quick and easy way to do all this from VB, but good luck.
    Andrew Empson
    vb6(ent) SP4

  4. #4
    Member
    Join Date
    Jun 2000
    Location
    Gainesville, Ga
    Posts
    50

    plagurized

    MDI
    If you intend your presentation to be useful
    as a research tool, you may wish to allow the
    user to open mutiple hypertext and image windows.
    The mutiple document interface is the Windows system
    that enables applications such as WordPerfect for Windows,
    and Microsoft Excel to open mutiple documents in child windows contained within the confines of the main program
    window, or parent window.

    BY Scott Jarol
    Visual Basic Mutimedia
    Adventure Set
    Scott Cato
    VB6s

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