One ViewModel for multiple views
I'm working on a wpf project with mvvm pattern, I have such a scenario: My window is seperated into two parts, the first part is simple, only a textbox for users to input keywords and a button for...
View ArticleAnimation like Windows 8 waiting visual cue
Hi all,When I open a program or website which take a bit long to load, there is a waiting visual cue displayed which is either series of dot running horizontally or in circle(with easing).Have anyone...
View ArticleConverting FlowDocument ToUpper while keeping the formatting.
First I'll have to admit that my problem is not actually in converting FlowDocument ToUpper, but it's verry similar. In my language we have two scripts (alphabets) that are equal, and are a thing of...
View ArticleRibbonRadioButton anti-aliasing
Hi thereI have a RibbonRadioButton that is using a 32x32 large image. It looks like the anti-aliasing around the edge of the button image is not working properly. The image is set to 96dpi so I don't...
View Articlehi i want to cpu usage in percentages. so i want custom progress bar with...
hi i want to cpu usage in percentages. so i want custom progress bar with tick marks as 0% ,10%,20%,30%...100% ____ | |...
View ArticleCan anyone clarify the difference between the model and viewmodel for me?
Hello,I've been doing MVVM for a couple of years now, and have been working on a large project that was already fairly well developed before I joined the team. I have been following the way the pattern...
View ArticleDatagrid UpdateSourceTrigger=Eplicit not working
I have a number of datagrids that I need to have the user confirm changes before committing to the bound collection. Setting UpdateSourceTrigger=Explicit has no effect. The biggest problem I have is...
View ArticleGreat framework of 3d like silverlight?
Hi,I am looking for framework as same as silverlight 3D. http://www.youtube.com/watch?v=RDIeijJkV14Could you give me some link?Is there any great framework for WPF + directx?
View ArticleRegistration Icon
Help plz to reg the Icon to wpf appl. in regedit.any exampls or manuals
View ArticleHow to make a line chart in wpf
Hi All,I am working on a WPF project based on .Net 3.5, there is a line chart in this project as the follow:I find WPF Toolkit is a free control for chart in wpf, so I write code as the...
View ArticleHelp inserting image to database please...
Hi I am trying to create a small utensils application for a cooking class... it contains ID, Name, Description, Pic, and PicLocation... Pic is varbinary(MAX) not image, I've read the articles...being...
View ArticleXBAP application restart / Logout system
Hello there guys! I was trying to do some logout in my Xbap Application, but then i noticed that i don't need to do nothing but restart the application.I found a lot of ways to do this but nothing in...
View ArticleC# WPF Gridview does not show some columns values
Hi one of my gridviews has more than 50 columns. when I use DtGrResult.ItemsSource = tbl_main; it shows all values but when I'm using DtGrResult.ItemsSource = tbl_main.AsDataView(); the columns from 29...
View ArticleProblem with binding (need change in data to automatically update display)
I've got a very nice listview display (just a portion shown below):Created from this XAML:<Window x:Class="DinosaurIsland.ActiveDinosaurList"...
View ArticleProperty Value Precedence Question for TextBlock
<Grid><Grid.Resources><Style TargetType="TextBlock"><Setter Property="FontSize" Value="16"/></Style></Grid.Resources><ListBox...
View ArticleWPF Application using Access Database
Hi, I'm trying to get some data from an Access database to populate a chart.I have the data but I'm not sure how to loop through it.these two values are underlined and it says - The name 'data' does...
View ArticleC# / WPF programming - questions about basic concepts
I've been trying to figure out about C#/WPF programming and these things have popped to my mind.Maybe someone could correct (or confirm - less likely):- WPF is basically a C# wrapper around .NET (from...
View Articleuse MediaFoundation.dll in wpf
hiHow to use MediaFoundation.dll in wpf application to create video player.i found samples for form window but i don't know how to use in WPF.Please HelpThank you
View ArticleHow would I capture the url target of a clicked link or redirect the event...
I have a WPF application with a tabControl in which I have two tabs. The first contains a userControl with an Acrobat reader in it, the second has a webBrowser. I want to capture the url's of links...
View ArticleHow to restyle a tab in WPF
i am new in wpf. here i am posting a picture of a tab. just guide me how can i re-style a tab having sameUI in WPF as per my picture. thanks
View Article