upload multiple image and video files at once with Good UI in WPF desktop...
Dear All, Upload multiple image and video files at once in my wpf desktop application and i need this kind of look and feel in my desktop WPF application at the same time i need...
View ArticleNeed to disable window size changes in xaml file with only user control in it.
Hi we want to restrict the window size of user control.In our application we are using a user control as below. we are not able to disable size changes of window.We cann't use window tag in this page....
View ArticleOut of Memmory exception when rendering Bitmap under Windows 8.1
Dear all,In an application used with 46" touch screen I am using pictures in my application as follow :<Image RenderOptions.BitmapScalingMode="HighQuality" Source="../Resources/key.png" Width="40"...
View ArticleXBAP to JavaScript communication
HiI referred to link http://social.msdn.microsoft.com/Forums/vstudio/en-US/59664211-dc73-4db1-bea2-0c831fc0a15c/xbap-ie-9-issue?forum=wpfand was able to solve my problem in IE 9 using the sample code...
View ArticleHow do I shrink the margin around the DataGridColumnHeader in the DataGrid
I am trying to shrink the margin between headers in a DataGrid. I tried styling the DataGridColumnHeader and setting margin/padding/min height to 0 with no success. I think that the...
View ArticleNeed help with alarm clock using WPF please...
hello i am working on a timer/alarm clock using WPF Visual Studio 2012 and i've gotten a little stuck. what i have so far works and i'm happy with it, the problem is i want the user to be able to...
View ArticleDraw parabola using PathFigure and ArcSegment
Hey all,I've been searching for some time now how to draw a parabola using ArcSegment. I've looked at all of the MSDN tutorials, but I cannot understand what parameters of ArcSegment mean. If I put an...
View ArticleCapturing events when WPF contains WindowsFormsHost
I have a WPF program that includes a StackPanel that contains multiple WindowsFormsHost controls. The WindowsFormsHost controls sit on top of the WPF when running. I want to capture Stylus events in...
View ArticleMediaElement interrface, where is it?
Hi there,LoadedBehaviour is put on "Play" value, why don't appear in my view when I run my app??XAML:<MediaElement HorizontalAlignment="Left" Height="100" Margin="311,276,0,0" LoadedBehavior="Play"...
View ArticleHow to animate a view on UserControl.Visibility becoming Visible/Hidden?
How can this visual effect be accomplished? UserControls that are to become Visible appear to approach from far away until they reach the display. UserControls that are to become Hidden approach the...
View Article[WPF C#] Fill space between two PathFigure-s
Hey everyone,I have a problem that I cannot solve on my own, so I need your help. I have two PathFigure-s and they are added to a PathGeometry and that is added to a Path. Then I add that Path to...
View ArticleGetting a System.Windows.Markup.XamlParseException error, with event ID 1026
We've got a new WPF app we've written, using .NET 4.5, VS 2012. It's working fine on several machines, but isn't working on one. We're getting errors like this:Log Name: Application Source:...
View ArticleLabel MouseClick?
Hi,I'm taking another stab at WPF. I would like to get the equivalent behavior of a Click event from a Label. The only way I can currently see how to achieve that (kind of) is to register for both...
View ArticleEnabling horizontal scrollbars for a ComboBox WPF
Hi ya, is there any trick? I've read some old Framework 2.0 articles but I have not idea how to do the same in WPF.Thanks in advance for any input or advice,Primary platform is Windows 7 Ultimate 64...
View ArticleCalling Focus method from TextBox to another Controls (TextBox, ComboBox or...
I try many things but I'm always stuck on this, that's why I'm calling for help.I have many controls on a UserControl in this order DatePicker named datDateRemplissage, 3 TextBox named respectivelyq6a,...
View ArticleWPF events in Child windows from DROP event are not propogating
I have a WPF application having drag and drop functionality. On Drop event I am popping up a child window with a button. It will work normally in mouse driven environment but in case of multi touch...
View ArticleXBAP application went sometimes blank, after clear cache it works fine.
I hosted the XBAP application in windows server 2003 with 32bit environmentDevelopment Environment :Visual Studio 2010 (windows 7 32 bit)Its working fine. sometimes went blank screen that time...
View ArticleWPF: UI Converter using IValue Converter
Hi Guys, I need help with the IValue converter. Error Message: Invalid Resource Type & Expected type is IValueConverter<Window.Resources><UI_Converters:DeviceStatusToTextConverter...
View ArticleShowing/Hiding/Closing the Winform hosted inside a WPF WindowsFormHost?
So I've inherited an application that had ~10 winforms that control program flow. That program now must reside "within" a WPF application using the WindowsFormHost control. //MainWindow.xaml<Grid...
View ArticleWPF Ribbon Error? (VS-2010)
Hi!I will use the WPF Ribbon a second Time but i become an error... <Window x:Class="FlyerPro.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View Article