|
On 12/22/2009 21:50, Alex Clark wrote:
> Christian,
>
> I don't know for sure but I'd be surprised if it were possible. The
> jumplist contains items that trigger actions specific to the application in
> question. Two questions spring to mind:
>
> 1. Why would you want to alter the jumplists of other applications?
>
> 2. Would you be happy with other applications modifying the jumplist of your
> app?
>
> Kind Regards,
> Alex
>
>
> "Christian Reizlein"<creizlein@hotmail.com> wrote in message
> news:e843En0gKHA.2596@TK2MSFTNGP04.phx.gbl...
>> I'm trying to do myself a little program to manage the new jumplists
>> features of the pinned items in my taskbar.
>>
>> i had been playing around with the new taskbar api for windows 7 and i was
>> able to add/edit custom jumplist items for "my program" but i would like
>> to access and modify the ones of the other programs already pinned, for
>> example, access to jumplist of Word, Excel and so on
>>
>> have anyone accomplished this or know if its possible?
>>
>
>
Alex,
i had come with your questions as well, but there has to be some way, at
least with elevated priviledges, you can edit the registry to the whole
pc, access to all window features, all files, why not this?
After all, you can access all the MRU of all programs anyway from the
registry or trough API calls, so?
Alltrough, i see that there is a good point as well in your question 2,
but imagine we want to make a program just for this, to customize and
perrsonalize the jumplist of all the taskbar programs, that is the idea.
Regards,
Christian
|
|
0
|
|
|
Reply
|
Christian
|
12/23/2009 5:10:04 PM
|
Header
|
Report
as Spam
|
|
Hi Christian,
"Christian Reizlein" <creizlein@hotmail.com> wrote in message
news:eK%23TDL$gKHA.2780@TK2MSFTNGP05.phx.gbl...
>
> i had come with your questions as well, but there has to be some way, at
> least with elevated priviledges, you can edit the registry to the whole
> pc, access to all window features, all files, why not this?
But different applications will store this information in different ways.
Some may use the registry, others might use a proprietary storage format in
a file in the user's local app settings directory.
> After all, you can access all the MRU of all programs anyway from the
> registry or trough API calls, so?
All? Office and other MS apps that follow a particular convention for their
MRU data, perhaps, but what about 3rd party apps? I know of apps that don't
store that information in the registry at all. I have also seen developers
write apps that store MRU data along with various other settings in an XML
settings file.
And that's just the MRU data - what about other services that are very
specific to the software in question? Word may be advertising features on
the jump list that Excel doesn't have. And what about apps that are not
even Windows 7 aware?
> Alltrough, i see that there is a good point as well in your question 2,
> but imagine we want to make a program just for this, to customize and
> perrsonalize the jumplist of all the taskbar programs, that is the idea.
As I stated in my first post, I may well be wrong, but I suspect this is:
a) Not a good idea or practice from a user interface standpoint.
b) Plain old impossible.
How would you customize the jumplist? Would you be adding your own items to
it, or removing existing items? If it's the former, you might prefer some
other method (such as a shell extension or window hook) to provide services
to all applications. If it's the latter, again I'd have to ask... why would
you want to remove things from the jumplist? If they're there, they're
there for a reason. Why would you want to remove functionality provided by
Windows and applications from the user?
Regards,
Alex
|
|
0
|
|
|
Reply
|
Alex
|
12/23/2009 11:05:37 PM
|
Header
|
Report
as Spam
|
|
3 Replies
197 Views
Similiar Articles: Windows 7 taskbar API problems - microsoft.public.vb.general ...Windows 7 taskbar API problems, help, FAQ, forums, question ... Windows 7 taskbar API problems : Folks The background is that an Access MDE/ACCDE created by a developer is ... Question about the Windows 7 API CodePack - microsoft.public ...Windows 7 taskbar API problems - microsoft.public.vb.general ... Yup, I've asked one question that I very much doubt will work but I'm going to ... Opened program minimizes itself to taskbar in Windows 7 64-bit ...Opened program minimizes itself to taskbar - Technology Questions Operating System: Windows 7 64-bit Home Premium Edition Problem: A program written for Windows XP when ... Win 7, Excel 2007 - When Pin to List all sheets in new Taskbar ico ...Hi Up until recently I was using Windows 7 32-bit ... Post Question Groups ... Windows 7 taskbar API problems - microsoft.public.vb ... Power Meter showed up on task bar - microsoft.public.windows ...... Post Question Groups ... Windows 7 taskbar API problems - microsoft.public.vb.general ... | > You mean that it will ... Can I get larger icons in the Outlook 2007 Quick Access Taskbar ...... Post Question Groups ... Windows 7 taskbar API problems - microsoft.public.vb ... Want larger Quick Launch icons in the Taskbar? | Windows 7 ... Run program without it showing in Taskbar - microsoft.public ...MSGROUPS.NET | Post Question | About | Groups | Contact | Register | Login ... Windows 7 Features: Windows Taskbar Don't show me this again ... If you hover over a program on the ... Windows 7 puts a lock icon on new files. - microsoft.public ...... Post Question Groups ... Change pinned taskbar icon (windows 7) - Stack Overflow ... The taskbar API available in Windows 7 has ... change the way Windows task bar/ start menu is displayed ...... Post Question Groups ... Windows 7 taskbar API problems - microsoft.public.vb.general ..... place on the start menu. Run program without it showing in Taskbar - microsoft.public ...... Post Question Groups ... Don't show powershell in taskbar in Powershell I am running a ... Windows 7 provides a new Taskbar with ... Windows 7 Progressbar in Taskbar - WinFormsWhat exactly is Windows 7 taskbar progress bar? Which API pack do you mean? Overall this looks like Windows API question, not .NET Framework question. Windows 7 Taskbar APIsIn practice, this means that managed and native applications using the new Windows 7 taskbar APIs will have to wait for a new window message, identifiable by the ... Windows 7 taskbar API problems, help, FAQ, forums, question ...Windows 7 taskbar API problems : Folks The background is that an Access MDE/ACCDE created by a developer is not conceptually the same as an Excel spreadsheet or Word ... Silverlight 4: Accessing Windows 7 Taskbar using the new COM API ...... any Windows application to your Windows 7 taskbar ... Ask a Question; View Unanswered Questions; View ... initial idea on the Silverlight COM API to access the Windows 7 Taskbar. Answer : Windows 7 taskbar API problems - GNT : your source for ...Windows 7 taskbar API problems - answer - Folks The background is that an Access MDE/ACCDE created by a developer is not conceptually the same as an Excel spreadsheet ... 5/18/2012 5:56:33 PM
|