1-10 of 90 < Previous Next >
Discussions for Windows® API Code Pack for Microsoft® .NET Framework
Latest post:
Today
5:13 PM
2 Posts
First post: spottedmahn wrote: I trying to run the AppRestartRecoveryDemo and I get an exception when clicking "Crash App!" private void Crash() { Environment.FailFast("ARR Demo intentional crash."...
Latest post: xyzzer wrote: Maybe you can try running that in the Program Files or user directory?
Jump to: First Post    |Latest Post
Latest post:
Today
12:49 AM
1 Post
First post: madmax1025 wrote: How do you display a TaskDialog as a Model window? There is no standard ShowDialog method. Also, how do you stop the TaskDialog from appearing in the taskbar? Thanks.
Jump to: First Post
Latest post:
Sun
7:27 PM
1 Post
First post: spottedmahn wrote: I'd like to add User Task to the Jump List for our inhouse app to automate a process. I've reviewed the TaskBar demo and all of the TaskBar examples call external programs. How do I add ...
Jump to: First Post
Latest post:
Sat
8:52 PM
2 Posts
First post: csreddy wrote: I have been using System.Drawing in .net to render an indicia but having rendering issues on high load (around 1 million transaction per day). Do you think I can use Win API code pack (D...
Latest post: xyzzer wrote: Why wouldn't you be able to use it? System.Drawing is a wrapper over GDI+, which is an older technology that renders using mostly CPU. Direct2D is a lot faster, uses GPU freeing the CPU f...
Jump to: First Post    |Latest Post
Latest post:
Sat
6:24 AM
2 Posts
First post: RichardDeeming wrote: The documentation shows that the ShellLink class has a public constructor which accepts a title, a path and an IconReference. The source code and compiled assemblies do not have this cons...
Latest post: lpgray wrote: I'm wondering the same thing... it sure would be great to get a response to this!
Jump to: First Post    |Latest Post
Latest post:
Fri
9:50 PM
1 Post
First post: karnov wrote: When will there be managed support for the August 2009 release of directx with the new xna math library?
Jump to: First Post
Latest post:
Fri
5:04 PM
1 Post
First post: izobr wrote: What the magic is in setter of ShellProperty<T>.Value in WindowsAPICodePack\Shell\PropertySystem\ShellProperty.cs ? if (value is Nullable) { ...
Jump to: First Post
Latest post:
Fri
3:54 AM
2 Posts
First post: SimonFerquel wrote: Hi, A small time ago, I wrote an article on DirectX 10 / WPF interop, using Shared resources between DX9x and DX10 (see the article there : http://www.simonferquel.net/blog/archive/2009/0...
Latest post: hYam wrote: This code generic <typename T> where T : DXGIObject T OpenSharedResource(IntPtr resource); must be this. generic <typename T> where T : DirectUnknown T OpenSharedResource(IntPtr resour...
Jump to: First Post    |Latest Post
Latest post:
Thu
5:38 PM
3 Posts
First post: jcoon wrote: The TabbedThumbnailDemo crashes when running from the VS debugger. It happens when I click the Navigate button. I cannot catch the exception, but the following line appears in the Debug...
Latest post: oddessa wrote: Hi jcoon yes i have been succesfull with Tabbed Thumbnails with C# WPF Tabbed WebBrowser. Have them working as good as IE8. Can you post some of your code so we can see whats wrong or m...
Jump to: First Post    |Latest Post
Latest post:
Thu
1:40 PM
2 Posts
First post: idcas wrote: I have an ExplorerBrowserControl running in an app. I have a PropertyGrid for content flags, navigation flags and pane visibility so that I can change the flags. I can save the flags and ...
Latest post: idcas wrote: One thing I may need to add is that the saved flags do show up in the PropertyGrid after loading the saved flags on the program starging but do not take effect in the ExplorerBrowserContr...
Jump to: First Post    |Latest Post

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
1-10 of 90 < Previous 1 2 3 4 5 6 7 8 9 Next >
Updating...
Page view tracker