Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm a little stuck in my shell replacement and I have been searching online for the answer and no one seems to have it or the code is out-dated and won't work anymore. I just need to emulate the task bar's functionality of showing all open applications and show a small preview of the app when the icon is hovered over. Can someone help please it needs to be for .net4.0. Thanks in advance.
Posted

1 solution

It shouldn't matter what version of .Net you use (as long as you're not using 1.n because that's just so freakin' old it's not worth considering). What you need to do is become familiar with how the OS implements the feature. If you stop and think about it, it's merely a scaled down version of the currently active window for the app in question. Check out MeasureOverride, ArrangeOverride and ComputeScaleFactor, and related methods.

Beyond all of that, you haven't demonstrated anything you've tried, so we don't know where you need assistance.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Apr-11 12:20pm    
OP commented:

About the showing all open windows part. I've tried a host of codes that are said to do the trick but are dated in '06 or '08, all of them have errors when I tried them. Some things like application.openforms don't even exist but that's waht they have been saying! The task seems really simple but I can't find the right resource to get the list

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900