How to call page unload event in WPF webbrowser application....
Hi, How to call page unload event in WPF webbrowser application.... I want to execute 1 method when any user close current page by pressing 'X' sign on top right cornor. Kindly, let me know who...
View ArticleInvoke Methods With "Microsoft.Expression.Interactions"...
Hi every body,I have big problem , i use "Microsoft.Expression.Interactions" "System.Windows.Interactivity" reference to invoke method on my view model section i give this error Could not find method...
View ArticleMultiColumn ComboBox...
I'm trying to build a MultiColumn ComboBox. I followed this example:http://zamjad.wordpress.com/2012/08/15/multi-columns-combo-box/However, I have two problems...1. It does not show two or three...
View ArticleUsing SQL SERVER to store xaml files?
How do you/ or can you store WPF xaml resource files in a SQL server database? Any tips would be appreciated.ThanksMike Gallinger C.Tech. Cutting Edge Computing Software Developer
View ArticleDetecting when a DataGridComboBoxColumn is selected
HiOne of a ComboBox’s most commonly used and essential Events is SelectionChanged. It is raised when a selection is made in the ComboBox, which is the only purpose of a ComboBox (ie: making a...
View ArticleWPF memory leak when remove children
Hi,I am trying to understand the memory leak when data binding from this thread http://support.microsoft.com/kb/938416/en-us . So run an example, but what it said doesn't make sense for me. Here is my...
View ArticleCreate Text Box With Round Corner
hi i want create text box with corner round in wpf, how do this?tanks .
View ArticleWPF - Speeding up RTF Loading Code
Hello all,I'm working on an update for one of my programs, and the Load function that loads the user's information is lagging for maybe 1 or two seconds. In my application, the user can click buttons...
View ArticleUsing a DataGrid with SQL Compact in a WPF with .Net 4.5
I'm fairly new to .Net.Can anyone please point me to a step by step guide on how to link a DataGrid to a SQL Compact database using .Net 4.5.I've found a ton of examples using .Net 3 through .Net 4....
View ArticleWindows Presentation Foundation
XP Pro SP3, FF, IE8I am attempting to update my plug-ins (only the ones that need updating).Apparently, Windows Presentation Foundation needs to be updated, but I cannot find anything on Google to help...
View ArticleMVVM + RavenDB + WCF
Hi, I am working on a project that fetches data from twitter API . I have created a standalone server solution that is responsible for fetching tweets. I require those tweets to be stored locally and...
View ArticleDoes C# Generics allow parameterization by using with struct?
Hi,I know that we can use it with classes and methods but not sure by default it support the structs.When I read at the MSDN I did not see any about the struct with Generic.Please clarify me.Why?Thanks
View ArticleHow to create METRO Style in WPF
Hi All, How to create METRO STYLE in WPF . Such as like windows 8 theme. ThanksAniruddhaA.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to mark the...
View ArticleHow can i make wpf metro style in vb.net ?
How can i make wpf metro style in vb.net ? I found about Elysium and M:UI but It seem to be used in c#
View ArticleReading joystick data in wpf/c#?
Hello,I am new to wpf.Any example of how to use joystick info with wpf/c#?Thanks3D Interactive Simulations And Web Developer
View ArticleVisual Studio - Presentation Framework not loaded
Back into programming after many years absent (last was DOS C). Working with Visual Studio c# and have several small programs successfully running. Have a partially developed board game conversion...
View ArticleRichTextBox - PreviewKeyDown Event Behind 1 Step
Hello everyone,Events in WPF are starting to become troublesome for me in my development work. Since the KeyDown event refuses to fire on my RichTextBox, I am handling the PreviewKeyDown event....
View ArticleRichTextBox - Programmatically Add Underline AND Strikethrough to Selected Text
Hello everyone,I'm wondering if it's possible to add both the Underline and Strikethrough TextDecorations to the selected text of a RichTextBox. I believe it was working before in my application, but I...
View ArticleHow to update a Setter within a MarkupExtension
I'm trying to implement my own MarkupExtension that takes two resource keys (in the SystemColor namespace) and a scale which mixes the two brushes. What I'm finding very difficult to do is implementing...
View ArticleWhich of the following are true about using ADO.NET datasets and dataTables?
HiWhich of the following are true about using ADO.NET datasets and dataTables? b.All tables in a dataset must comefrom the same database c. A given instance of a DataTable can bein only one DataSetI...
View Article