Animation not working in button click
Hi All,Could you pleas help me, how can i continuously working Animation on Button click. In my app i animated my control in loaded event. On the same window i have button and when i click that button...
View ArticlePrintouts in WPF VB
I have looked on the forums and have found KB articles such as http://msdn.microsoft.com/en-us/library/aa970848(v=vs.110).aspx however this particular one doesn't work for me (XPS doc type not...
View ArticleDatagridcell text change not updating the source in viewmodel.
Hi,I have created a datagrid with DataGridTextcolumn dynamically. Few columns are read only and few are not. Based on the user action I need to set the read only for a specific cell in data grid. I...
View Articlethe necessary WPF .dll files
Hi all,There are four .dll files necessary to compile any WPF application:1. PresentationCore.dll2. PresentationFrameword.dll3. WindowsBase.dll4. System.Xaml.dllThey are located in:c:\Program...
View ArticleDatagrid column header sort image is not displayed when header background...
Hi,I have data grid. For column headers I applied a style with background color, foreground and width.After applying background color, sort image is not display if I click on header. But sorting is...
View Articlemore than one entry point defined, so which Main to delete?
I am going through the book "Illustrated WPF" in order to learn more about WPF. In one of the examples, I get the above error. I found out why it was happening and fixed it so that the program works...
View ArticleHow to display a bidirectional conversation consisting of ASCII bytes?
Here's the functionality to be supplied:Display a UI element whose contents consist of ASCII data being sent and received. The two data streams are on separate lines so that the relative send/receive...
View ArticleFuture of Microsoft Development Technology
Currently I am working on Asp.Net and HTML5 , Javascript. Now I am planning to learn any one of other advanced technologies like WPF, MVC, Silverlight, Azure, Sharepoint.... I am pretty much confused...
View ArticleBack Button for multiple Windows in WPF??
Windows : MainWindow ,Window1 ,Window2,Window3,Window4;Structure: MainWindow -->{Window1 or Window2 or Window3}(One window only)-->Window 4.I can move from Main Window to Window1 ,Window2...
View Articlecreate a slight curve between 2 points
Im currently using LineSegment to draw a line between 2 points. What I want to do is create a slight curve.I have tried using the following:ArcSegment arc1 = new ArcSegment(); arc1.Point = point[i];...
View ArticleChange the Main window Code to MVVM
HI ,Im Using the following code which is working well,my question is how to use it with MVVM.Ie the main window don't have anything and and all the code should be in the model view.I read about MVVM...
View Articlethe future of desktop development (WPF?)
I know other people have asked this question, but it's 2014 now, and I'm wondering if Microsoft has any new word on their future direction? My development shop is in a debate now about the direction...
View ArticleMicrosoft TechNet Wiki WPF Guru - Winners for December!!
The results for December's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2014/01/16/technet-guru-awards-december-2013.aspxCongratulations to all our new Gurus...
View ArticleBecome our FIRST Microsoft TechNet WPF Guru of 2014!!
Happy New Year!Time for a fresh start!We're looking for the first Gurus of 2014!!This is your chance to make your mark on the Microsoft developer community.All you have to do is add an article to...
View ArticleChange the Main window implementation Code to User control
HI ,Im Using the following code which is working well,my question is how to use it with User control public partial class MainWindow : Window { public ObservableCollection<User> _UsersList = new...
View ArticleGridView headers: how to translate them
Hi there,In my app I'm using Infralution assembly for translate each resource key in both RESX files. Everything is fine until I come to face up the translation for my GridViews headers...and.. I got...
View Article'Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an...
I am getting XAML exception in below code:<Window x:Class="TemplatingOverview.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleHow to bind combo box inside datagrid in wpf with observable collection...
<xcdg:DataGridControl x:Name="dgDetails" Grid.Column="0" Grid.Row="6" Grid.ColumnSpan="4" AutoCreateColumns="False" Width="Auto" ScrollViewer.HorizontalScrollBarVisibility="Auto"...
View ArticleD&D Cursor problem for text box
HI,I'm using D&D functionality from list view to text boxes,the problem is that when you drop the value from the list viewto the text box the cursor is stay in the last text box which you drop to...
View Article