Windows8 based Windows Diaglog
Hi All,Could you please help me how to create Windows 8 based Message Dialog in WPF Application?Regards,M.Sheik
View Articlehelp
public class Text { public void btnCalc_Click( object sender , RoutedEventArgs e) { int miles = 0 ; int meters = 0 ; miles =int.Parse(txtMile.Text); meters = 1609 * miles; txbMeter.Text =...
View ArticleDelete record from Dataset - changes not pushed to dbase
Hi,I have a WPF form bound to a DataSet.I've added button to delete the active record and used the code below :if (jobsViewSource.View.CurrentPosition >=0) {...
View ArticleHot spot images designing with BLEND
Hi there, I'm using Blend 2013 for creating different path for my hot-spot image. I would like (I do not how to do that and if it is possible) to keep the same colour before put the mouse over the...
View ArticleDrag and Drop to MS Paint doesn't work on Windows 8, C#, wpf
I'm trying to drag and drop images from my app to others like Word, Outlook, Power Point... The code that I have now works fine on these apps, but when I try to drop an image to MS Paint it doesn't...
View ArticleWPF TreeView Binding 26K , make very slow?
Hi ,I have WPF tree , loading in tree which is nested level coming data from data base around 26K items, it seems very slow.i have text box for searching on top of tree so , when i want to search , my...
View ArticleWpf Binding: Is "Path=." equivalent to no path at all?
Hi there:I've learnt that if you write a Binding sentence with no specification of the Path property, it means that you are binding to the whole source object.Do Path=. or Path="." have the same...
View Article您好,我在使用Filemon查找相应dll的IL代码,但运行,找不到。想具体问一下。
您好,我在使用Filemon查找相应dll的IL代码,但运行,找不到。想具体问一下。此致voro/voroq@hotmail.com
View ArticleBinding to property Item throws a NullReferenceException...
Hello,With .Net 4.5 we get a NullReferenceException when we bind to a property with the name Item.I found following explanation for that problem.Problem is found in following...
View ArticleRemove System commands from TaskBar JumpList in WPF application
Hi,I am creating a custom Jump List in my WPF application and I need to remove the "Pin this program to taskbar" command. How can I do it programmatically with C# (.NET 4.5)Thanks,YevgeniYevgeni Lepa
View ArticleMicrosoft TechNet Wiki WPF Guru - Winners for October!!
The results for October's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/11/17/technet-guru-awards-october-2013.aspx Congratulations to all our new Gurus...
View ArticleDirectX 11 Win7 versus Win8 difference in brightness/shader ambient lighting...
This is a DirectX11 Win8 WPF question; but also related to DirectX native/winform development but compounded by WPF. Moderator please move if a better location exists. I placed a similar question on...
View Articlewpf datagrid combo iNotifyPropertyChange not firing
When an item is selected from the combobox, the property changed event does not get fired.Xaml:<DataGridTemplateColumn Header="CPT Code"...
View ArticleSimulating user interactions by mouse and touch "completely"
Hi, I read a lot of threads about simulating mouse events in WPF. In all those threads and via google I found people creating Tunnel and Bubble events that are than risen by a specific control. I think...
View ArticleDatagrid alternative row color based on band
Hi,I want to color datagrid rows with alternate colors where the value in Column 'Name' changes The data is not necessarily ordered by this 'Name' column, the idea is that a group of adjacent rows with...
View ArticleLoop through my images collection, how can I do that?
Under my \Images folder I've got dozens of JPG files.I would need to retrieve some of them from code-behind.Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF/SilverLight...
View Articlewpf datagrid - binding question about code behind
Even though the datagrid performs like it should, I'm wondering if my code is not optimal. When I put breakpoints in the code to follow what it does, I see some repetition that I'm not sure should...
View ArticleApply styles dynamically to buttons in xaml
I have two buttons in my xaml.I am using MVVM pattern in my project.Based on a property value,I need to apply different styles to these buttons.How can I do this?
View Article