-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
WPF changes the things greatly by providing the capability of printing Visual objects. It persuades many people to setup an open source report engine as in this article. read moreBy Siyamand AyubiDid you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have noticed that some WPF controls have some decent effects available to them (drop shadow, reflection etc), and was wondering if it was possible to use these WPF controls solely for their available effects?
For example, I have an image manipulation library that resizes and letterboxes disparate…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I've written an 'auto-suggest' textbox user control in WPF. It behaves a little bit like the 'To' list in Hotmail, allowing the user to enter a list of items, offering suggestions when it is able.
The main controls are a a text box, a wrap panel and a list box. The text box captures user…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writing a WPF chart and use Visuals for performance. The code looks like:
public class DrawingCanvas2 : Canvas
{
private List<Visual> _visuals = new List<Visual>();
private List<Visual> _hits = new List<Visual>();
protected override Visual GetVisualChild(…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
If this question has been asked then I applogize and I will join in voting to close it (or just delete it), but I could not find it being asked before.
We are potentially embarking on making many of our apps using WPF. Most of our apps are normal business apps that will not need too much eye candy…
>>> More