How do you access methods of user controls in a stack panel?
Hello Everyone,Please forgive me, I am new to WPF and C# development. However, I am sure this can be done based on what I have read.I have a lot of custom user controls that basically manages CRUD...
View ArticleXML serialization List problem
Hey there,I want to save custom classes to file, so I need to pass a serialization. Those classes are mostly of Canvas, Line stuff, so I need an XML Serialization.I have a custom class:class Kanvas {...
View ArticleQuestions on the xaml for binding
Getting a refresh on mvvm and wpf after some years. I've got some questrions on the following xaml:<Window x:Class="SimpleMVVMExample.ApplicationView"...
View ArticleMDI form in WPF
I want to create a MDI Parent form and a Child form in WPF. When i drag my parent , child also should move with parent.How to achieve this requirement?
View ArticleWPF use Multi-thread question
I want save all UserControl as image, at the same time, I need to show a animation in order to make the UI better for users.This is MainWindow:<Window x:Class="WPF.MainWindow"...
View ArticlePath Data references
I just started learning VB, but m book I am studying at the moment, doesn't explain items much. I would appreciate any help for the below question. In Xaml.vb, when is <path used? In the <path...
View ArticleWPF Resources on the TechNet Wiki
Find articles around WPF on TechNet WikiWPF Resources on the TechNet WikiMaheshkumar S Tiwari|User Page | http://tech-findings.blogspot.com/
View ArticleFTP IMAGE SORCE in WPF
Hi,How to set image source as FTP Server Image in wpf with out downloading the image from ftp server.Thanks
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 ArticleHow to load images in bulk onto a WPF Grid?
Hello,I've loaded a bulk of images in visual studio as a .resx file and wanted to load them on a WPF grid but the Image container had problems and I would have to do conversion, but after i thought...
View ArticleHow to read data from database and put it in model
Hi esperts, i need help here, this is PersonViewModel.csnamespace OliverCode.MVVM.ViewModel { internal class PersonViewModel { public PersonModel Person { get; set; } private DelegateCommand...
View ArticleSelectionChanged event of WPF ComboBox returns Prior Selection not Current
There has to be something silly I'm doing here! When I process a ComboBox's SelectionChanged event and then look at the ctype(e.source,ComboBox).Text value, I really expect to get the value that the...
View ArticleWhen check the CheckBox, getting focus problem
Hi,I am testing of Check and Unchecked of CheckBox, but when I try to Check or UnCheck the CheckBox, focus goes to TabItem instead of CheckBox.XAML is here.<Window x:Class="TextBox_Focus.MainWindow"...
View ArticleWPF password strength meter?
Hi ya, I'm looking for some sample of info about how to implement a strength indicator along with one TextBox for a password.My goal is clear: just show the user if the password proposed is weak,...
View ArticleSetting the focus. it does fail
Hi all of you, I've got a couple of issues with the focus of my view.I wonder whether related with PasswordBox control or notThe first issue: <PasswordBox Margin="48,14,56,14" x:Name="pwdnou"...
View ArticleClickOnce and satellite assembly with custom resources
Hi all, I have a WPF Application that uses ClickOnce. In my application I reference a satellite assembly that contains all the resources (messages, images, styles) for a specific customer and this...
View ArticleScrollIntoView on datagrid won't work if to many items are added...
hey,if i use ScrolIntoView on a datagrid , it won't work if ti add to many items to the View. Means, during runtime i fill the datagrid with approximatly 500 items. After all items are added in Need to...
View Articlecreating and editing a wpf datagrid
Hi, I am just migrating from Windows Forms to WPF. I need immediate help on creating an unbound datagrid with 2 columns ('Type' and 'Telephone No') and adding records to it. Can someone please...
View Articlehow can i use the period delimited hierarchy function of the SortMember Path...
hey,i Need to sort a column of my datagrid. To sort the column, i've set the sortmeberpath.Inside the MSDN decription of the SortMemberPath-Property:...
View ArticlelistBox.SelectedItem problem
Im using D&D from list box to textBox and the problem is that the you can just click on item(the item markedwith blue color) let say the first item in the list and than you can go to the list and...
View Article