Do not want to know how to change the color of the Ellipse when the Ellipse...
Programmingpatterns, such ascell phones, Ihave been making.So thepatternwasdrawn totheTouch, butBecausein theend pointsof thepathusingthe'Ellipse.TouchEnter'EllipseEllipsecolorchange comes.Ellipsein...
View ArticleThe application screen turn black when the application not response in Win8/Win7
The application screen turn black if it hang to handle time consuming task in Win7. The application UICulture is set such as Hebrew or Arabic etc. RTL language. If the language setting is english, the...
View ArticleSpell checker for multilingual application
I am using using spellchecker in a multilingual application. Now I want to enable it for arabic culture. I am working on windows 7 machine and .net 3.5. As per msdn blogs, we don't need to install any...
View ArticleDrag and Drop of Special Shell Objects To WPF
I'm implementing a drag and drop operation, which works perfectly fine for files, folders, links, URIs, etc. The only thing left is windows special shortcuts, such as the "Programs and Features"...
View ArticleHosting processes and "Sleep"
Hi! I'm trying to host some processes in my WPF window. In order to do so, I used HwndHost and put it in a border.The problem is that if the guest process "Sleep"s (with Thread.Sleep for example) - It...
View ArticleIssue with focus of wpf windows after it is activated
Hi, we are working an Wpf application ,where we have a boot strapper,Shell class, from shell class /bootstarpper all modules are loaded and regions get loaded.we have another View where view has all...
View ArticleTextbox Caret Not Visible When Scaled down
Hi Min Here's the file http://cid-f570e5d8fee05852.office.live.com/self.aspx/.Public/testRenderingTest.zipOnce running,just try to enter several times one letter (tried with 'd'), at a moment, the...
View Articlecreate datatemplate code behind
I am trying to create a ListBox view for show data, and I want it to contain a ListBox with a datatemplate for 2 columns "Product ID & Product Barcode" What I have made until now is: In XAML :...
View ArticleDrag the image of scatterview & drop it in to listbox
Hi all,I have images in scatterview , i wants to drag a copy of scatterview image & drop it into a listbox.please help me.Thanks & regardsAnupam mishra
View ArticleHow do you change columns in a listview
I have a dataset that I want to display the error if I get an error returned from the database. Otherwise, I would like to display the data.I can't find anything that states that listview items can be...
View ArticleGetting the Angle property from an item on a WPF form
Hey guys,I'm working on a program that allows you to click on an item on a WPF form and rotate it using a control. I've got that part worked out but what I need to be able do is determine the angle of...
View ArticleGet Leafs of TreeView
Hi All,I have displayed a tree view in my application using MVVM and I followed the following article for that:...
View ArticleHow to Filter Data From Native COM 1 Send it to Virtual native COM 2 ?
Hi Therein Weighing system There is many Indicatorsi want to use any kind of indicators in one Common Software ABC. so i want to receive Data from Serial port [COM1] RAW DATA [=000.02=000.02=]then i...
View ArticleAnnoying behaviour of Settings.settings
Why when I change or simple open the Settings.settings file, the Visual Studio creates an app.config? I don't want an app.config file, because I don't need it, I'm not using it...However, I'm using the...
View ArticleVisibility sees data but gridviewcolumn doesn't
<ListView Grid.Row="7" Grid.ColumnSpan="3" DataContext="{Binding ElementName=listviewdatabase, Path=SelectedItem }" IsSynchronizedWithCurrentItem="True" Visibility="{Binding Path=Success,...
View ArticleAny ideas why 'scroll into view' works for a while but then the list goes...
I have a ListBox that is bound to a collection and its SelectedIndex bound to a property within a model. This works as one would expect, the ListBox is properly populated and the ListBoxItem that...
View ArticleHow best to navigate to a new page while in a sub frame
I am brand new to WPF (and .NET in general) and am writing code based on online samples and tutorials. Please bare with me if I sound ignorant of general knowledge since I only worked on native kernel...
View ArticleTouch Screen Monitor and Mouse Events
I have a Dell Touch Screen Monitor (ST2220t). I've written a WPF application that receives Click Events (using either the mouse or the Touch Screen monitor). When I use the Touch Screen monitor,...
View ArticleWPF UI language localization & designers-developpers delivery
Hi All,I am looking for best practices / samples about WPF application UI localization.My requirement is to get localized texts (labels/headers) from database and apply them to all UIs:While designers...
View Articletextboxes won't populate
Related to a previous question of mine in this forum, I am using the following without success to populate TextBoxes that should display fields related to a ComboBox.<TextBox Name="txtCompany"...
View Article