Using RawPrinterHelper - How to send the printed paper to default Output...
As a reference I have used the source from https://support.microsoft.com/kb/322091/en-us?wa=wsignin1.0 for RawPrinterHelper. This is working great.Now the problem I am having is, I have two computers...
View ArticleVisual Studio Designer's property setting window
How do I bring up the Visual Studio Designer's property setting window?I started WPF Application but the design with XAML code is too tedious.I want to set properties of controls with property window,...
View ArticleIt's time for the TechNet Wiki WPF "Great Guru Love-in"! You too can get some...
February at TechNet Wiki usually involves a lot of love... We love to read.We love to learn.We love our gurus, for they love to give. We love to make friends and promote great content.We love to meet...
View ArticleWiring up an event handler in the XAML editor
How to wire up an event handler in the XAML ceditor?
View ArticleWPF Richtextbox undo and Redo Operation with syntax hightlight
I am using RichTextBox in one of my WPF Application, users types Text\script in this rich text box, based on the tokens entered by user i apply color, font property to the entered text in the code...
View Articleissue fixed in WindowsFormsIntegration.dll
Hi,There's an issue in WindowsFormsIntegration.dll, in class ApplicationInterop, which did not check for the menu state in the right time. The problem exists in version4.0.30319.1, and is fixed in...
View ArticleTrouble with ResourceDictionary (Lazy access?)
Hello,I'm having trouble with my ResourceDictionary. I have a generic.xaml (Build Action=Page)<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleGetParentchain not working
Hi! I am currently working on a software that uses NativeActivities to describe a sequence consisting of different objects, but the GetParentchain class does not seem to work. Supposing I have the...
View ArticleXBAP HostScript new Window
I'm running into an unusual one that I can't explain and hoping someone can enlighten me. I've got an XBAP app that interacts with the default.aspx (ASP.NET) page through the...
View ArticleMVVM and keybinding
I have this form in my MVVM application.<UserControl xmlns:behaviors="clr-namespace:...."> ....<UserControl.InputBindings><KeyBinding Key="D1" Command="{Binding KeyCommand}"...
View ArticleListViewItem tooltip
Hi!i have a problem.This code works<ListView.ItemContainerStyle><Style TargetType="ListViewItem"><Setter Property="ToolTip"...
View ArticleHow to view all designer resource warnings?
We have hundreds of dialogs in XAML. When we make a global resource change, it can break the resource links in the XAML. When we open the XAML view in VisualStudio 2012's designer, it show these...
View ArticleWPF listbox image binding
Good morning,I already implemented a application that loads images from a directory to a listbox. All ok but the loading takes about 5 seconds to display around 20-30 images. Is there a way to decrease...
View ArticleImage processing with decode pixels for TIFF
I have a major issue in my applicaiton due to this issue, Could have been in the base framework for decoding TIF issue.DECODE PIXEL HEIGHT/WIDTH"The JPEG and Portable Network Graphics (PNG) codecs...
View ArticleSet window min width and min height with SizeToContent
Hi everyone,I'm currently making an application which contains 1 window and many similar formatted page (width = 500, height = 600).How can I make the window fit to content and cannot be resized to be...
View ArticleHow To Display Hierarchical Data
Hello,I want to display a expandable list of categories. Each category has a name, an amount, and a list of its styles. Each style also has a name, an amount, and a list of its colors. Each color has a...
View ArticleChange the image in combobox for selected items ?
Hello , I have combobox in which i am displaying image and textblock. What i want to do is that change the image when user select particular item.<ComboBox x:Name="CmbSelect" Foreground="#666"...
View ArticleC# image placing
What I want to do is have it so when I click somewhere within a specified region it places an image there and I can keep clicking and the same image gets placed leaving the old one too.
View ArticleCreate a Behavior for Calendar in a WPF UserControl to Select and Unselect...
Hi to everyone,I am developing an application with a WPF Client. This Client use the MVVM pattern.In an UserControl the application must show some Calendars, so the user can select one or multiple...
View ArticleHow to supress script error that arises while using Help.ShowHelp()
Hi,In order to display Help docs in my product, am using Help.ShowHelp() method in my WPF application and am successfully getting the help document in a web browser control, but, in few of my test...
View Article