c# - Need help using System.Windows.Shell.JumpList.SetJumpList(); -


I'm really new to this, so it's probably a very simple thing to answer but anyway .. I need to use it to set up a new zoomplist app app for my windows in the title, but I do not know what criteria it takes and where to take it. I have read about this method but their example only worked for the WPF app.

It says that this parameter takes:

Application
Type: System.Windows Application
application associated with JumpList

value
Type: Application to associate with System.Windows.Shell.JumpList
JumpList.

What do I need to know: What is the first parameter? And how can I access it in the win form app?

(In a WPF I'll usually just type App.current , but this form does not work for apps)

I use Visual Studio 2010 Ultimate (C #).

Thanks in advance!

I do not believe WinForms is a comparable object for WPF objects. As you will see, this is for specific WPF.

I have referred it and it may be another place that you can find more information to continue your efforts.

Comments