Results 1 to 5 of 5

Thread: API for Right-Click?

  1. #1

    Thread Starter
    Junior Member mharley's Avatar
    Join Date
    Jan 2002
    Location
    Nova Scotia, Canada
    Posts
    24

    API for Right-Click?

    Is there an API which will change the effects of a user right-clicking on minimized application?? You know how some programs have a menu that consists of Exit, About etc. How is this done? Is there a way to hide a program in the task-bar using an API?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Originally posted by mharley
    Is there a way to hide a program in the task-bar using an API?
    What do you mean by "hide"?

  3. #3
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    [1] The menu that is shown when you right click on a minimised application is the system menu (the one you also get by left clicking on the icon of a non-minimised app) so any changes to that will show up when the form is right -clicked in minimised form.

    [2] Yes but they have intrinsic costs - why would you want to hide an application from the task manager anyway?
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  4. #4

    Thread Starter
    Junior Member mharley's Avatar
    Join Date
    Jan 2002
    Location
    Nova Scotia, Canada
    Posts
    24
    Some programs, when exit or close or the 'x' is selected, will close all windows, but will lie within the taskbar and continue to run. Morpheus, for example. Does that make any more sense?

  5. #5
    Megatron
    Guest
    Using the ShowWindow API will allow you to toggle the application's visibility.

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