Vector graphic image
Thu, 29 Nov 2007 15:03:22 +0100
Hi there,
I would like to import a vector image (which is in a database, but this is
not my point) in a WPF application. I can find function to load bitmap image
but can't see no way to import svg/emf/eps... images. Is it a limitation of
WPF ?
Regards
...
|
dynamic loading xaml
Tue, 27 Nov 2007 22:58:13 +0200
Hi,
I need to dynamicly load a XAML file with XamelReader but the xaml contains
a xmlns for assembly (dll) of a user control so how can i dynamiclly load a
XAML that hold user controls in different dll`s
Thnaks.
...
|
xaml
Sun, 25 Nov 2007 11:19:21 -0800 (PST)
Please answer me
1. Is XAML maily aiming windows. Why is the controls on double click
not produce the event handlers in the c# file( code behind or
something ...)
2. XAML web browser applications doesnt need IIS? Then can we use it
for server side programming? If yes how is it working?
3.How to use t ...
|
xaml
Sun, 25 Nov 2007 10:31:52 -0800 (PST)
Please answer me
1. Is XAML maily aiming windows. Why is the controls on double click
not produce the event handlers in the c# file( code behind or
something ...)
2. XAML web browser applications doesnt need IIS? Then can we use it
for server side programming? If yes how is it working?
3.How to use the a ...
|
XamlWriter.Save breaking Image.Source
Wed, 21 Nov 2007 08:31:01 -0800
When I have both XAML and Images in a Package, modify the image, and then
re-save the XAML file out using XamlWriter.Save, the Image Source attribute
changes:
<Image Source="011.jpg"/>
to
<Image
Source="pack://file:,,,C:,Users,ctaylor,AppData,Local,Temp,tmp2297.tmp/011.JPG" />
Having this path save ...
|
Re: Using WPF to Generate an Image
Thu, 15 Nov 2007 16:40:15 +0000 (UTC)
Hello,
> Note that you might get quicker answers when you consult (and post)
> to the msdn WPF forum first
> http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&SiteID=1
What's the NNTP address for that forum?
(H) Serge
...
|
UnauthorizedAccessException using XpsDocumentWriter
Tue, 13 Nov 2007 17:13:00 -0800
One of the features of the WPF app I'm developing is to allow the user to
convert a file of choice to an XPS file and write the new XPS file to the
(XP) computer file system.
I keep getting an UnauthorizedAccessException when writing the file,
although to my understanding my app has full trust. In the VS Appl ...
|
|
|
WPF UI not Refreshing
Mon, 12 Nov 2007 08:14:20 -0800
Environment:
Visual Studio 2005 with WPF Ext (C#)
Windows XP
I created a usercontrol that binds to a global object, but when the value of
the global object change the fields on the UI is not refreshing. Can someone
please let me know what the problem is? Below is an example solution
using System;
using ...
|
eliminating page break from XPS print
Fri, 09 Nov 2007 09:25:22 -0600
I've tried several ways to eliminate the page break since I'm printing
on a small receipt printer with a continuous paper feed, but I still get
a 1/2 cm or so break. My basic print code looks like this...
FlowDocument doc = <passed in FlowDocument>
PrintDocumentImageableArea ia = null;
XpsDocumentWriter doc ...
|
Play Media Files (video/sound) in WPF app in Vista Business N
Thu, 8 Nov 2007 17:08:02 -0800
Since Vista Business N doesn't come with Windows Media Player install,
MediaElement in WPF doesn't work. Anyone know if there is any way to play
media files in WPF application in Vista Business N edition?
Jen ...
|