2
votes
2answers
15 views

Bind the textbox value with values in other controls

I have a textbox whose text value I want to bind based on the values selected in two other controls. For example, I have a ListBox and I choose a value say "Blue" and one other TextBox whose text ...
0
votes
0answers
9 views

how to bind an image to RadImageEditorUI in WPF

I'm very new in WPF and in which i'm using RadImageEditorUI. Actually I want to bind an image url to the RadImageEditor. I not know how to bind the image URL to the Rad Image editor. I have the ...
1
vote
1answer
31 views

C#/WPF Improving performance of fill update of 1000s of controls simultaneously via datatriggers

So on the model side I have a 100x100 array of Cell objects. The objects have a single property, State, which is a bool. Cell implements INotifyPropertyChanged. I also have a CellCollection object, ...
0
votes
0answers
19 views

Application-modal MessageBox from non-modal WPF window

I work on an application that contains a mixture of Winforms and WPF. The older parts of the app are Winforms (including the "main" application window) with some of the more recent screens being WPF. ...
-3
votes
1answer
29 views

How to inspect and extract XAML style from WPF application?

I want to extract XAML styles from WPF application specially resource dictionary like this: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
1
vote
0answers
12 views

Awesomium WebControl Hang

I have a tabcontrol and in the tabcontrol I have two tabitems, and both of them contain an awesomium Webcontrol. However after some random time the Webcontrols don't display anything. When I try to ...
1
vote
0answers
18 views

Move caret after a MoveFocus() call

I am attempting to manually control traversal of a number of TextBoxes in a (WPF) Window. I am successfully using (this is within a PreviewKeyDown handler): if (<logic>) { ...
0
votes
1answer
33 views

Add Office 2013-like animations to my C# application

So, in Office 2013, the applications have animations such as a "smooth typing" animation, along with things such as the email list in Outlook smoothly moving emails rather than just deleting one out ...
0
votes
0answers
10 views

System.Windows.Input.KeyInterop.VirtualKeyFromKey() does not Work?

Having e As System.Windows.Input.KeyEventArgs and trying to transform the Wpf Keyboard Event to a WinForm one, I do: Dim myKeys As System.Windows.Forms.Keys = DirectCast( ...
2
votes
0answers
26 views

Font Smoothing in WPF WebBrowser control

Here is text rendered in a WPF WebBrowser control: Here is the same text using the same font rendered in IE10 on the same machine: I have tried the registry hack to make the WebBrowser control ...
0
votes
0answers
20 views

How to Display Column Header on each Grouped Header of Grid with Image in WPF?

I have a grid which displays some data with grouping on specific column. I want to display the Column headers for each Group Header section and not just only once for whole Grid in WPF. Is it ...
0
votes
1answer
26 views

Databind to the datacontext element of the row

I've this itemtemplate binded on a ObservableCollection<MembershipUserProfiled> element so it can be displayed in a ListBox. <UserControl.Resources> <ResourceDictionary> ...
0
votes
0answers
10 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
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
1answer
39 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 ...
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 ...
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 ...
1
vote
1answer
48 views

Filtering For duplicate entries in ICollectionView

I have a class as Class ABC() { public string Name{get;set;} public string Category{get;set;} } List formed by this class is having value as :- Name = "A", Category = "Alphabet" Name = ...
0
votes
1answer
36 views

Move cursor to “next” TextBox after n chars

I am writing a .NET (4.0) app where user will be entering e.g. 2 digits in a number of TextBoxes and I would like the cursor to automatically advance to the "next" TextBox after the second character ...
1
vote
0answers
40 views

best way to get a quick printout from C# WPF

I have a WPF where I've been asked to make allow a user to quickly send a screen shot with a click of a button and the only dialog that should be displayed is a printer dialog. I have code already ...
-2
votes
0answers
34 views

.NET - Application has generated an exception that could not be handled

I have a .NET/WPF process that shows a popup when the OS is shutting down. It happens 50% of the time. When windows is shutting down (and the .net application is running), then this message displays ...
0
votes
2answers
22 views

How to hide column border of grid in WPF?

I have following grid. I have to hide column border of the grid and change the color of the row border. How to do that in WPF? Also I have to make padding between the cells contents.
2
votes
2answers
64 views

Getting all the attached event handlers for a WPF control

I am developing an application where I assign the events for the button dynamically. Now the thing is that I wish to get all the events for the button click event as I wish to remove the previous ...
0
votes
1answer
19 views

How to add controls on form depending on country that is choosen in WPF?

I have a tab control which contains the country list in comboedit. I want to display Address format & the controls dyanamically as per order specifed as per company choosen from comboedit. We will ...
0
votes
1answer
24 views

Cannot get WPF attached property via Reflection

I have custom attached property in shared lib: public class Freezable { public static bool GetIsFrozen(DependencyObject obj) { return (bool)obj.GetValue(IsFrozenProperty); } ...
0
votes
0answers
51 views

Use multiple BackGroundWorker in WPF

i am using 2 BackgroundWorker in my WPF application and when i compile my code i receive this error "An item with the same key has already been added." i write down the code that i use as follows ...
1
vote
1answer
49 views

WPF GUI starving network messages

I am developing a Window7, C#/WPF based GUI using Blend/XAML and I want to show H.264 video which I get from the RTP stream of a video call. I am using a C based open source library for making the ...
0
votes
1answer
46 views

Sending data from childwindow to parentwindow

I did a small library HomeDAL where I have a class with functions like connect,disconnect,add,delete,showbooks etc. to manage my database. Now I'm doing a client in WPF. In MainWindow, I have a ...
0
votes
1answer
20 views

Strange WPF TextBlock Behaviour

I have a TextBlock, as follows: <TextBlock Text="|e|" Padding="2" HorizontalAlignment="Center" TextWrapping="Wrap" Background="AliceBlue" /> However, this renders as a single vertical line, ...
0
votes
1answer
21 views

How to implement my own graphics clipping?

I have a task for my Computer Graphics classes. I have to create an application with the following features: There is a dolphin floating on the screen, the user can move it around, The dolphin is ...
3
votes
1answer
28 views

Making tab header flexible to header text on WPF

I'm new to the WPF stuff around and I tried restyling a TabItem myself. As you people can see the tabs are filling the window's whole width. Unlike my original purpose which I actually wanted to ...
0
votes
2answers
54 views

C# WPF .NET 4 - Call parent function from user control

In my C# WPF .NET 4.0 application, I have a listbox containing user control items. What I want is to call some functions from these user controls to the parent form. Item user controls have binding ...
5
votes
2answers
111 views

WPF program launches super fast on one computer but super slow on another

My wpf program has a strange problem regarding the startup performance on different computer with same specs. One computer loads my program less than a second. Another computer with the same spec ...
0
votes
1answer
59 views

Making a popup wait to be shown again

I have a popup in my application for showing messages. Sometimes, two messages get shown too quickly after one another and the second just overrides the first one, making it disappear too quickly. So ...
2
votes
0answers
38 views

WPF Disable Window Close and Minimize Button on Tabbing

How can I disable TabStop of minimize, maximize and close button of my Form in WPF?
1
vote
1answer
34 views

WinForms WebBrowser in WPF memory leak

I'm currently working on an application where I am using WinForms WebBrowser controls in WinForms hosts. The problem is even when I close a browser and dispose of everything the memory doesn't seem to ...
1
vote
1answer
34 views

WAV file plays properly in WMP but not through the MediaElement?

I know this has been asked before but am still not able to play a wav file in wpf. This is the code I am using. <MediaElement Name="mediaSound" LoadedBehavior="Manual" Source="Alarm10.wav"/> ...
1
vote
6answers
93 views

Return value of a Property from child ViewModel to parent ViewModel

In my WPF MVVM app, using Caliburn.Micro, I have a ViewModel, CreateServiceViewModel that, on a button click, opens a GridView in a seperate window for the User to chose a Row from. I created ...
0
votes
1answer
24 views

Is there any similar control in asp.net like Wpf Grid

Recently I moved to Asp.net from WPF and I am missing Wpf Grid in asp.net. I am using table to get the same UI in asp.net but this is nothing in comparison to wpf Grid. Is there any way to use Grid ...
2
votes
2answers
18 views

Trouble changing control visibility from control

In my application, I've got a stackpanel I'd like to keep hidden (or collapsed, whatever keeps it out of sight until it's needed) and it is to be made visible when the user clicks a button. The issue ...
1
vote
2answers
49 views

Open WinForm from WPF application?

I've created an WPF and WinForm Application, what i need to do is open the WinForm from the WPF application. Both are in the same solution but they're diferent projects. I tried the following: Dim ...
1
vote
2answers
45 views

Setting Binding.Path throws exception on some machines

Consider following example public class Test { private static string _property = "Success"; public static string Property { get { return _property; } set { _property = ...
1
vote
2answers
31 views

Why a custom dependency property is not animated by a DoubleAnimation?

I have the following WPF window: <Window x:Class="AnimationTest.MainWindow" x:Name="main" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
2answers
42 views

Refresh Target of all bindings

I am having a bit of difficulty in a CRUD form. We have a button which saves the form and has the IsDefault flag set to true, so that the user can press enter at any point to save the form. The ...
0
votes
2answers
44 views

The calling thread cannot access this object because a different thread owns it (async/await/task)

I'm moving some long running code to background using async/await etc, but hitting the subject-line error. I'm well aware I cannot update my WPF UI Controls from the task (and I've added dispatcher ...
6
votes
1answer
78 views

WPF: Custom tooltip arrow placement

I have a custom tooltip style that basically creates a nice black tooltip with an arrow pointing to the location of the item you hovered over. The problem is that sometimes the tooltip will not ...
0
votes
1answer
11 views

WPF SharedGridSize group with ItemsControl embedded Grids

I am trying to embed multiple grids within another grid using an ItemsControl and have all the child grids share the same row heights: <Grid> <ItemsControl ItemsSource="{Binding ...
0
votes
1answer
14 views

Binding to an array index of the data source of a control

I have an array that is a public property like so: public bool[] Values { get { return _values; } } and some RadioButtons bound to the array, with a Command and CommandParameter. <RadioButton ...
1
vote
1answer
19 views

MVP after event Binded property null

I am working with WPF MVP. I have a UserControl with DataBinding. After the user interaction (click event) the property in the presenter is null, but at the next modify on the text when the binding is ...
0
votes
0answers
34 views

Globalization in WPF without using LocBaml

I need to implement globalization feature in my WPF application.I referred many forums which are suggesting to use LocBaml even in msdn.I don't want to use LocBaml.We have own localization tool to ...

1 2 3 4 5 163