how to use the IE statusbar?
Hi!I'm wondering if i can, from my WPF application, display some text on the navigator statusbar.Thanks!Leo.
View ArticleExposing collection of custom class in user control
Hi,I wrote a user control to show some images, and it uses a listbox with uniform grid. The user can add this images dragging a single BitmapSource on a listbox or can initialize the user control (the...
View ArticleWPF DataGrid: How to determine the index of the row in which a ComboBox...
I have been using this code, in order to determine the current row being edited interactively:private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e) { MyModel myModel =...
View Articlerefresh binding question
Dear AllI have a WPF DataGrd bound to EF object (MyDocument)public string Path { get; set; } public string Name { get; set; }I’ve extended the class by adding partial class in a second file , and add...
View ArticleWPF Grid copy with colors and lines
Hi - I am trying to copy the data from a WPF grid and send it in an email. I was able to do so with the clipboard DGConnectionInfo.SelectAllCells(); DGConnectionInfo.ClipboardCopyMode =...
View Article"DesignSource' is null" XamlParseException when DataGrid RowDetailsTemplet...
Hi,i have a s dataGrid : master and details , the master DataGrid has a RowDetailsTemplate witch contain the details grid , so when a user select a row in the master grid , the row details will be the...
View Articlelist view - get one big list in two columns
i have one big list.every item need too see only its name.so when i put in list view ihave very tight and long.i want the item to be in two or three columns and to be able to multiselect some items.can...
View ArticleLinq to Xml Mystery
Hi: Sorry about the title but I really do not know how to qualify this problem. I am writing code to create a xml element and it all works. Then I refactor the code and want to put the linq to xml in a...
View ArticleDataGrid : Problem binding Items to Combobox and Properties
In my UserControl, I have 3 DataGrid. In each DataGrid, I have combobox in Header. I am able to bind the list of DataGrid, but not able to bind the lsit of items for Combobox & its Selected...
View ArticleShowing Hierarchical Data in a TreeView
Hi:I declared a TreeView in xaml bound to a Hierarchical object in memory, but it doesn't show the info.Here's the object structure:public class Animals { public string Name { get; set; } public...
View ArticleHow to find memory leak in WPF application
Hi all!I'm trying to identify a memory leak in a WPF application. The application suffers from high memory consumption and occasionally throws OutOfMemoryExceptions. However, the application does not...
View ArticleOpening new window or Message Box in Login using WPF MVVM.
Hi,I am a beginner when it comes to MVVM. I am creating a simple Login page which takes user name and password. As usual if user name and password matches it should open a new window and if user name...
View ArticleMainWindowViewModel
Hi everybody,What is this line MainWindowViewModel mvm = new MainWindowViewModel(); ?Any example?____________ @_jdepaz http://unixescuintla.blogspot.com http://www.avanet.org
View ArticleNamespace collision in the .NET code generated from XAML file
Below I describe how to reproduce an error I'm receiving. It behaves the same in VS 2010, 2012, and 2013.Steps to reproduce the error:1. Create a solution.2. Create a C# class library called Common,...
View ArticleHow to Send content to Video output
Dear all,I have build a multitouch application which present different type of information as photos, document, videos.The application is running either under W7 or W8 desktop. On the hardware side I...
View ArticleWindow Background Transperent
HI,I have a textbox. if click on textbox popup will appear with close button. After clicking textbox the window background should be transperent except the textbox and popup. if close the popup the...
View ArticleCo-ordinate axis code in WPF
I need C# code for the co-ordinates axis UI in WPF very urgentthanx in advance.......
View Articlehtml button in web browser of wpf
hi to all,i'm using a web browser component in my wpf application and in the web browser component i'm using html page....In the html page i have created some buttons and i want them to function on my...
View Articlehow to set Location Property of LinearAxis, for chart in wpf toolkit, code...
Please if anyone know how to set Location Property for LinearAxis class, i need for chart in wpf toolkit. I need code behind.Thanks.
View Article