RWBear
RWBear

Reputation: 233

WIndows API Code Pack

Is it possible to use functions from the Windows API Code Pack in a console application? I would like to use the Jump list and icon progress functions in a non-window console program.

Upvotes: 2

Views: 334

Answers (1)

Jason Shirk
Jason Shirk

Reputation: 8019

Yes, this is definitely possible. For an example (which is written in PowerShell, but uses the API pack), see: http://blogs.technet.com/b/heyscriptingguy/archive/2012/02/25/learn-how-to-use-powershell-to-configure-jump-lists.aspx

Upvotes: 1

Related Questions