Windows Presentation Foundation, or WPF, is a subsystem for rendering user interfaces in Windows-based applications.
-1
votes
0answers
31 views
Cursor Location Display in a Readonly TextBox
I have a couple of textbox controls in my WPF Application. In one of the textboxes, I have implemented search words. I could able to search; highlight the found word, etc., I am keeping track of the ...
0
votes
1answer
32 views
WPF bound DatePicker not updating source
In my View.xaml I have a DatePicker bound to ViewModel's Date property
<DatePicker SelectedDate="{Binding Path=Date, Mode=TwoWay, Converter={StaticResource IfNullDateConverter}}" />
When ...
0
votes
1answer
28 views
Visual Studio 2012 : Remote Debugging Monitor (MSVSMON.EXE) does not appear to be running on the remote computer
I've Visual Studio 2012 Ultimate on Windows 7 x64 machine.
Today when I tried to run my WPF application I got this error :
What's wrong ? What is remote debugging ? I just want to run my ...
0
votes
1answer
29 views
Change scrollviewer template in listbox
I'm a newbie with WPF.
I want to change the template of scroll viewer in listbox. I found an Apple style scroll bar in this blog
But i dont know how to apply that scroll viewer template to listbox. ...
0
votes
2answers
22 views
Styling Inner Elements in XAML Style
i have this code
<HyperlinkButton Style="{StaticResource HyperLink-Navi-Container}">
<HyperlinkButton.Content>
<TextBlock Text="Sample Text"></TextBlock>
...
0
votes
1answer
27 views
Host WPF animation in Windows form
Project in visual studio 2010, can upgrade 2012 if need be. Want to animate my logo splash screen. I can do this using WPF. Can I host that WPF animation in a windows form in my vb.net visual studio ...
0
votes
0answers
27 views
WPF DataGrid Mysterious Margin
I'm using MahApps in my project for his cool VS2012 style and trying to implement DataGrid to style it.
I'm almost finished and detected a mysterious margin around the DataGrid (the same as around a ...
0
votes
0answers
20 views
WPF - Accessing GDPicture object in a viewmodel
I am using MVVM and somehow I should have access to GDpicture object in my viewmodel.
here is the XAML
<WindowsFormsHost x:Name="WindowsFormsHost1" Height="991" Width="1583">
...
1
vote
2answers
59 views
Limit the Properties Bound to DataGrid in WPF using MVVM
All, a simple question. I have a MVVM application with a DataGrid which I have bound to a ViewModel using
<DataGrid ItemsSource="{Binding Path=Resources}" ...></DataGrid>
where the ...
0
votes
1answer
34 views
Using Usercontrol inside Datatemplate
On a project I have started using Caliburn.Micro.
Now I want to split a large UserControl into several smaller UserControls, so that I can use them inside of DataTemplates. EisenbergEffect suggests ...
0
votes
0answers
18 views
Drawing lines and points in 3D space still impossible with pure WPF?
I've read few (old) posts and tutorials about drawing lines and points in WPF 3D.
They all say, that its impossible in pure WPF, and I have to use 3D Tools.
Has anything changed in that matter? (I ...
0
votes
1answer
31 views
Default styles do not apply to subclasses
I have a weird scenario involving overriding default styles in WPF and having them apply to subclasses. Is this not possible? For example, I have the following code:
<Window ...
0
votes
2answers
20 views
Creating BitmapImage throws missing key exception
I have a view that displays an image with it's title and comment alongside it.
When I load up existing images I utilize this code:
this.ArtifactIdentity = image.ArtifactIdentity;
...
1
vote
1answer
51 views
Xaml Parse Exception WPF
I have encountered a problem with my Whack a Mole Game:
XamlParseException was unhandled
'The invocation of the constructor on type 'WhackaMoleReal.MainWindow' that matches the specified ...
0
votes
2answers
36 views
WPF Treeview with multiple levels using HierarchialdataTemplate
Here is my code for creating a Treeview that has multiple levels with checkbox to be shown.
I am not able to show the Files under the folders with the following code. What is wrong with my Xaml that ...
0
votes
0answers
33 views
WebBrowser is asking for credentials on every page
I'm using web browser control and this is constructor of the form which hosts web browser control:
string user = "xxx";
string pass = "xxx";
string authHdr = "Authorization: Basic " + ...
0
votes
2answers
39 views
How to create a hovered toolbar
How to create a hovered toolbar?
Clicking to expand the ToolBar will not shrink the Canvas.
Expander works for expanding, but the canvas will get shrinked.
<UserControl ...
0
votes
0answers
33 views
How to wait while parent window is not closing
I have the following code:
Parent Window:
SendingWindow sendingWindow = new SendingWindow(filename, txtDescription.Text, size, 5);
sendingWindow.Show();
Close();
Child Window:
...
0
votes
0answers
11 views
Redirect Key input from a Control to a Form
I have a Windows Form - MyForm.
In MyForm I have a WPF Control (MyWpfControl).
That control, when focused (selected) inhibits the keys of MyForm.
That means, I capture KeyDown only in the Wpf ...
0
votes
1answer
31 views
WPF Append colored text to RichTextBox
I have a System.Windows.Controls.RichTextBox, and I'm trying to implement this function:
public void AppendText(String text, Brush color)
{
}
I want the appended text to be on the same line as the ...
-2
votes
3answers
101 views
How Do I Sum Items in the List box?
I have two ListBoxes, Source and Destination. The destination ListBox has Items selected by the user.
How do I sum items in a destination ListBox?
The Destination ListBox has two data types String ...
0
votes
1answer
19 views
WPF override a text on canvas + zooming dont work well
Problem 1:
How can I override a written text without delete the whole canvas content ?
Can I do that over C# ? Without adding elements in the XAML code ?
Problem 2:
I intergrated a zoom function but ...
1
vote
1answer
45 views
Path from Resources as Content of Button
I would like to set Button's Content to Path defined in Resources. So I created UserControl, defined Path, two Brushes and button Style in resources... and everything was ok.
<UserControl ...>
...
0
votes
0answers
15 views
WPF UserControl and Winforms KeyPress
I have a WPF UserControl.
That control is embedded in a WinForm via a ElementHost, that is located in a TabControl.
Normally, in a TabControl when I press Ctrl+Tab it changes the tab.
But I observed ...
0
votes
2answers
53 views
wpf combobox binding is empty
I am trying to work out wpf with some difficulties. This ComboBox seems a very basic issue but I can't have it populated even after reading all possible similar post.
The extra difficulty I think is ...
0
votes
3answers
49 views
wpf binding to static resource
So I have aproblem with binding in WPF. I am trying to bind a DataGrid ComboBoxColumn with a static resource but with no luck. I know where the problem is but I'm not sure how to fix it.
in XAML i ...
0
votes
0answers
27 views
Adding a new row to a WPF datagrid that is bound to an Xml file via XmlDataProvider
I have a WPF datagrid that is bound to an xml file via an XmlDataProvider and I'm trying to make it two way editable but I can't seem to create a new item.
XmlDataProvider
<Window.Resources>
...
0
votes
0answers
13 views
WPF alternative to SetStyle(ControlStyles.Opaque)
I am rendering images from a web cam to the screen.
In windows forms I call SetStyle(ControlStyles.Opaque) to avoid from flickering.
What it does is (from MSDN): If true, the control is drawn opaque ...
3
votes
1answer
45 views
ALT-TAB always activates main window in WPF app with multiple owned windows
On Windows 7, .NET 4.0 I have a problem that can be reproduced by copying the following code into a blank WPF application generated by Visual Studio:
public MainWindow()
{
...
0
votes
1answer
26 views
WPF Howto create a reusable composite component with configurable content?
I would like to create a component that is made up of an arbitrary control and a little button beside this control (same as in this example: http://putridparrot.com/blog/wpf-composite-control/).
My ...
0
votes
1answer
11 views
WPF Combobox binding to DataTable not working
ComboBox is defined as
<ComboBox Name="cmbCallSource" />
At form load I run this code (I checked that dtSources datatable ends up with proper contents in debugger):
//Init Source List
...
0
votes
0answers
33 views
Validate a data template column combobox in wpf c# visual studios
So like the title says really I just want a way to validate a combobox, so if it's empty it throws an error, or if there is a value in it that is not recognized (my combobox has property Editable set ...
0
votes
1answer
34 views
Get the Parent List in a TreeView
my Problem is the following:
i have a treeView, which is bounded to the ItemsSource. The SelectedItem is bound
to a property in my ViewModel called SelectedItem.
The ItemsSource is build like:
...
0
votes
1answer
59 views
WPF Image to string and string to image
I have a data driven application and one of the entities is supposed to have an image attached to it. Now, since I'm putting the images in a sub-folder of my project directory I don't need to ...
0
votes
1answer
40 views
Want to run WPF application on Asp.net web application.
I want to run my WPF application on asp.net web application. Actually I have a WPF page.xaml which contain the image viewer, which actually open image and edit it as required.
Now I want to embed that ...
0
votes
0answers
21 views
When PropertyChanged called event PropertyChanged=null
I have a class derived from INotifyPropertyChanged to track property changes. This properties are bound to a TreeView and are needed to perform searching in TreeViewItems. When in properties setters ...
1
vote
1answer
28 views
Difference between KeyEventArgs.systemKey and KeyEventArgs.Key
Whats the difference between KeyEventArgs.systemKey and KeyEventArgs.Key? Is it fine to trap key press event in WPF Usercontrol class as shown below.
protected override void ...
1
vote
2answers
30 views
how to show the following output in wpf datagrid depending on a condition
I am displaying the Processing Time data in a datagrid as follows
using the following statement
var duration_query = this.db.Events
.Where(p => ...
0
votes
1answer
42 views
Textbox focus does not work when focus by mouseclick wpf
When I click on text box by mouse then focus does not display. and when I goes to textbox by keyboard then focus displayed. I am trying below code. So please can any one suggest me how I solve this ...
2
votes
1answer
41 views
WPF Control Templating - How do I create a custom property?
I'm currently building a XAML UserControl library using Blend.
I've created a template for my custom WPF slider type. What I'd like to be able to do now is add a custom brush property for the control ...
0
votes
2answers
36 views
why this style is not working in wpf
I have a style for button as follow:
<Style TargetType="Button" x:Key="BlackButton">
<Setter Property="Background" Value="Black"/>
<Setter Property="Template">
...
0
votes
1answer
27 views
Restarting a Thread after returning to a Window in wpf
I'm currently building a point and click game in WPF, when I exit a room it changes windows at the moment, the problem is, when I return to a the Room I previously exited the movement thread won't ...
2
votes
1answer
27 views
How to reference a control template from a standard control using bindings?
I am building a custom control that inherits from the standard System.Windows.Controls.Calendar control. I'm following this article on Code Project. I also want to make the CalendarItem sub object ...
1
vote
1answer
17 views
How to set a default color to the Pie slices in WPF Pie chart
I am using WPF Pie chart with Labels using the article from Zag studio.This chart refreshes for new values every 1 min. It works fine, but why the color of the pie slices changes for every refresh? ...
1
vote
1answer
31 views
WPF: How to draw arc with radius and start and stop angle
If I have the following four properties in my DataContext of my Canvas element
Point Center
double Radius
double StartAngle
double EndAngle
can I draw an arc without any extra code behind?
-7
votes
0answers
114 views
Property changed events gets null [closed]
When i raise some property change in WPF, "PropertyChanged" event became null, so the event not get fired. I could not get the the real cause for this.
public void NotifyPropertyChanged(string ...
1
vote
0answers
38 views
Binding ComboBox SelectedIndex to XML
I am binding my controls in a window to an xml-file. This works fine for all controls except the ComboBox. By the following code I want to set the SelectedIndex for a ComboBox by the value of an ...
0
votes
2answers
25 views
How to Change Position of a control depending on selected value of ComboEdit at runtime in WPF?
I have a ComboEdit which shows Country List in it. On the form their is an ADDRESS tab which is set to active on selection of ComboEdit value. The Position of Controls on ADDRESS tab must be change ...
4
votes
2answers
114 views
Task.Run apparently locks UI when nested too deep
I have a WPF application that needs to parse a bunch of large XML files (around 40MB) containing products and save information about all products that are actually books. For progress reporting, I ...
1
vote
1answer
21 views
Bind to static generic instance of a class
I use this code in my views' (which are UserControl) constructors:
this.DataContext = The<Chart1ViewModel>.Instance;
Where the The<> is a generic static per-type singleton storage which ...

