|
-
Jan 31st, 2002, 10:16 AM
#1
Thread Starter
Junior Member
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?
-
Jan 31st, 2002, 10:19 AM
#2
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"?
-
Jan 31st, 2002, 10:21 AM
#3
Frenzied Member
[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?
-
Jan 31st, 2002, 10:22 AM
#4
Thread Starter
Junior Member
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?
-
Feb 2nd, 2002, 05:11 PM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|